forked from pool/ipset
17 lines
383 B
Diff
17 lines
383 B
Diff
|
---
|
||
|
src/Makefile.am | 1 -
|
||
|
1 file changed, 1 deletion(-)
|
||
|
|
||
|
Index: ipset-6.10/src/Makefile.am
|
||
|
===================================================================
|
||
|
--- ipset-6.10.orig/src/Makefile.am
|
||
|
+++ ipset-6.10/src/Makefile.am
|
||
|
@@ -15,7 +15,6 @@ ipset_SOURCES = ipset.c \
|
||
|
ipset_list_set.c \
|
||
|
ui.c
|
||
|
ipset_LDADD = ../lib/libipset.la
|
||
|
-AM_LDFLAGS = -static
|
||
|
|
||
|
man_MANS = ipset.8
|
||
|
|