mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix iptables fullconenat package
This commit is contained in:
parent
17670c520e
commit
17d5b8d6d9
5 changed files with 116 additions and 1 deletions
7
iptables-mod-fullconenat/files/Makefile
Normal file
7
iptables-mod-fullconenat/files/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
libipt_FULLCONENAT.so: libipt_FULLCONENAT.o
|
||||
$(CC) -shared -lxtables -o $@ $^;
|
||||
libipt_FULLCONENAT.o: libipt_FULLCONENAT.c
|
||||
$(CC) ${CFLAGS} -fPIC -D_INIT=$*_init -c -o $@ $<;
|
||||
|
||||
obj-m += xt_FULLCONENAT.o
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue