Browse Source

Compile iptables module with -fPIC.

git.mgm/mediaproxy-ng/2.0
Andreas Granig 15 years ago
parent
commit
850d1ae8c7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      debian/rules

+ 1
- 1
debian/rules View File

@ -15,7 +15,7 @@ build: build-stamp
build-stamp: build-stamp:
dh_testdir 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 .. cd daemon && $(MAKE) && cd ..
touch $@ touch $@


Loading…
Cancel
Save