diff options
Diffstat (limited to 'system/nss_ldap/nss_ldap.SlackBuild')
-rw-r--r-- | system/nss_ldap/nss_ldap.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/nss_ldap/nss_ldap.SlackBuild b/system/nss_ldap/nss_ldap.SlackBuild index b1c1c76c363b..285d8e60e2f3 100644 --- a/system/nss_ldap/nss_ldap.SlackBuild +++ b/system/nss_ldap/nss_ldap.SlackBuild @@ -30,7 +30,7 @@ PRGNAM=nss_ldap VERSION=${VERSION:-265} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -74,6 +74,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +patch -p0 < $CWD/nss_ldap.patch CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |