iptables/iptables-1.3.7-nolibnsl.patch
Thomas Woerner 40a64baf6b [tw]
- new verison 1.3.7
- iptc is not a public interface and therefore not installed anymore
- dropped upstream secmark patch
2007-01-09 18:46:18 +00:00

12 lines
322 B
Diff

--- 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