From 51d84a1c4a8bb9fc70944a7c517d446596f44b93 Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Wed, 18 Apr 2007 12:41:09 +0000 Subject: Remove libnsl from LDLIBS Bugzilla 557 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3