Update of /cvsroot/devil-linux/build/scripts
In directory vz-cvs-3.sog:/tmp/cvs-serv9491
Modified Files:
nss_ldap
Log Message:
fix compile issue
Index: nss_ldap
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/nss_ldap,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- nss_ldap 5 Dec 2011 09:11:38 -0000 1.3
+++ nss_ldap 5 Jan 2012 17:37:54 -0000 1.4
@@ -18,6 +18,7 @@
build )
if [ "$CONFIG_NSSLDAPLIB" = "y" ]; then
./configure --prefix='' || exit 1
+ replace_str Makefile " vers_string" " ./vers_string"
make $PMAKE all || exit 1
fi
|