Commit 45b50479 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Disable warnings as errors to compile under gcc 9.1

parent 06281512
all:
tar xf usrsctp-0.9.3.0.tar.gz
cd usrsctp-0.9.3.0 && ./bootstrap
cd usrsctp-0.9.3.0 && ./configure --prefix=/usr --disable-static
cd usrsctp-0.9.3.0 && ./configure --prefix=/usr --disable-static --disable-warnings-as-errors
$(MAKE) -C usrsctp-0.9.3.0
$(MAKE) -C usrsctp-0.9.3.0 install
rm -rf usrsctp-0.9.3.0
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment