Compile iptables module with -fPIC.

remotes/origin/2.0
Andreas Granig 15 years ago
parent 7b779e1a3b
commit 850d1ae8c7

2
debian/rules vendored

@ -15,7 +15,7 @@ build: build-stamp
build-stamp:
dh_testdir
cd iptables-extension/ && gcc -O2 -Wall -shared -o libipt_MEDIAPROXY.so libipt_MEDIAPROXY-1.4.c && cd ..
cd iptables-extension/ && gcc -O2 -Wall -fPIC -shared -o libipt_MEDIAPROXY.so libipt_MEDIAPROXY-1.4.c && cd ..
cd daemon && $(MAKE) && cd ..
touch $@

Loading…
Cancel
Save