diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-05-01 13:39:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:05:29 -0500 |
commit | a4a2a4b833e7738db2282b3e5a37bc59fc0983dc (patch) | |
tree | 3ca4a311661b84470ed80bf8cafc3f3867250533 /source4/lib/util | |
parent | e595ede02fe9c80a88b5a7da4721c3c01808c276 (diff) | |
download | samba-a4a2a4b833e7738db2282b3e5a37bc59fc0983dc.tar.gz samba-a4a2a4b833e7738db2282b3e5a37bc59fc0983dc.tar.bz2 samba-a4a2a4b833e7738db2282b3e5a37bc59fc0983dc.zip |
r15376: Add detection of -lnsl, required for building on SUN boxes.
(This used to be commit 49bac12767ca59095ad6609a3826f7f17ddb601c)
Diffstat (limited to 'source4/lib/util')
-rw-r--r-- | source4/lib/util/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/util/config.mk b/source4/lib/util/config.mk index a14ffb5f79..4e00e2d7e2 100644 --- a/source4/lib/util/config.mk +++ b/source4/lib/util/config.mk @@ -31,7 +31,7 @@ OBJ_FILES = xfile.o \ module.o PUBLIC_DEPENDENCIES = \ LIBREPLACE LIBCRYPTO DL LIBTALLOC \ - SOCKET_WRAPPER + SOCKET_WRAPPER EXT_NSL [SUBSYSTEM::PIDFILE] PRIVATE_PROTO_HEADER = pidfile.h |