]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Remove libnsl from LDLIBS
authorPatrick McHardy <kaber@trash.net>
Wed, 18 Apr 2007 12:41:09 +0000 (12:41 +0000)
committerPatrick McHardy <kaber@trash.net>
Wed, 18 Apr 2007 12:41:09 +0000 (12:41 +0000)
Bugzilla 557

Makefile

index 81e72d4c43aff25febf73c4c7c2d8945c9fbc9f1..3d7d7b3f14374343c641b6da59f8f1b7da9edae9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -103,7 +103,7 @@ SH_CFLAGS:=$(CFLAGS) -fPIC
 STATIC_LIBS  =
 STATIC6_LIBS =
 LDFLAGS      = -rdynamic
-LDLIBS       = -ldl -lnsl
+LDLIBS       = -ldl
 ifeq ($(DO_SELINUX), 1)
 LDLIBS       += -lselinux
 endif