summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-01-30 14:18:57 +0100
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-02-05 19:47:26 +0100
commita51d750652671a41a2828b80feaa9e4d81219002 (patch)
treed9ac2a5a415b55ad2c8f652058e5e0c41cdd8e2c
parent44b95bc72777ab42f2b089f37b0b84b3b4c0736c (diff)
downloadsamba-a51d750652671a41a2828b80feaa9e4d81219002.tar.gz
samba-a51d750652671a41a2828b80feaa9e4d81219002.tar.bz2
samba-a51d750652671a41a2828b80feaa9e4d81219002.zip
NSS wrapper - add dependency to "nsstest"
The code part makes use of the "NSS wrapper" if it is enabled. Surprisingly the build process doesn't break with the missing dependency on more recent systems. But with an older CentOS 4 installation it has been broken. This patch should fix the problem on older distributions while keep the build running on newer ones.
-rw-r--r--nsswitch/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/nsswitch/config.mk b/nsswitch/config.mk
index 9ad873bed1..c1c937851d 100644
--- a/nsswitch/config.mk
+++ b/nsswitch/config.mk
@@ -11,7 +11,8 @@ INSTALLDIR = BINDIR
PRIVATE_DEPENDENCIES = \
LIBSAMBA-UTIL \
LIBREPLACE_EXT \
- LIBSAMBA-HOSTCONFIG
+ LIBSAMBA-HOSTCONFIG \
+ NSS_WRAPPER
# End BINARY nsstest
#################################