iptables/iptables-1.3.7-nolibnsl.patch

12 lines
322 B
Diff
Raw Normal View History

--- iptables-1.3.7/Makefile.nolibnsl 2006-12-04 12:16:01.000000000 +0100
+++ iptables-1.3.7/Makefile 2007-01-09 19:34:28.000000000 +0100
@@ -103,7 +103,7 @@
STATIC_LIBS =
STATIC6_LIBS =
LDFLAGS = -rdynamic
-LDLIBS = -ldl -lnsl
+LDLIBS = -ldl
ifeq ($(DO_SELINUX), 1)
LDLIBS += -lselinux
endif