[netfilter-cvslog] r6803 - trunk/iptables

kaber at trash.net kaber at trash.net
Wed Apr 18 14:41:09 CEST 2007


Author: kaber at trash.net
Date: 2007-04-18 14:41:09 +0200 (Wed, 18 Apr 2007)
New Revision: 6803

Modified:
   trunk/iptables/Makefile
Log:
Remove libnsl from LDLIBS

Bugzilla 557


Modified: trunk/iptables/Makefile
===================================================================
--- trunk/iptables/Makefile	2007-04-18 10:27:02 UTC (rev 6802)
+++ trunk/iptables/Makefile	2007-04-18 12:41:09 UTC (rev 6803)
@@ -103,7 +103,7 @@
 STATIC_LIBS  =
 STATIC6_LIBS =
 LDFLAGS      = -rdynamic
-LDLIBS       = -ldl -lnsl
+LDLIBS       = -ldl
 ifeq ($(DO_SELINUX), 1)
 LDLIBS       += -lselinux
 endif




More information about the netfilter-cvslog mailing list