From: Patrick McHardy Date: Wed, 18 Apr 2007 12:41:09 +0000 (+0000) Subject: Remove libnsl from LDLIBS X-Git-Tag: v1.3.8~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=51d84a1c4a8bb9fc70944a7c517d446596f44b93;p=thirdparty%2Fiptables.git Remove libnsl from LDLIBS Bugzilla 557 --- diff --git a/Makefile b/Makefile index 81e72d4c..3d7d7b3f 100644 --- 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