NSS wrapper - add dependency to "nsstest"
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Sat, 30 Jan 2010 13:18:57 +0000 (14:18 +0100)
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Fri, 5 Feb 2010 18:47:26 +0000 (19:47 +0100)
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.

nsswitch/config.mk

index 9ad873bed159e378828f51685a4a05f5696f4d7c..c1c937851d0ae81de0e000f7e403dd31a2a170f6 100644 (file)
@@ -11,7 +11,8 @@ INSTALLDIR = BINDIR
 PRIVATE_DEPENDENCIES = \
                LIBSAMBA-UTIL \
                LIBREPLACE_EXT \
-               LIBSAMBA-HOSTCONFIG
+               LIBSAMBA-HOSTCONFIG \
+               NSS_WRAPPER
 # End BINARY nsstest
 #################################