summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2007-04-18 12:41:09 +0000
committerPatrick McHardy <kaber@trash.net>2007-04-18 12:41:09 +0000
commit51d84a1c4a8bb9fc70944a7c517d446596f44b93 (patch)
treeff497e62f007ae5110101ece031bcddcb082930b /Makefile
parentb4f3164ad5110c7fae98dbe1a2a64cd560c3b98e (diff)
Remove libnsl from LDLIBS
Bugzilla 557
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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