summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
author/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net </C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net>2007-04-18 12:41:09 +0000
committer/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net </C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net>2007-04-18 12:41:09 +0000
commitc0ab27422c9326b4add5fddd0ad23f564d5e2eff (patch)
treeff497e62f007ae5110101ece031bcddcb082930b /Makefile
parent6980bdc7f72fdf433c1d58311ec52445c2edba56 (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 81e72d4..3d7d7b3 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