修订版 | 844a9098518c3c6618ec972c04ebd6526d1ccf02 (tree) |
---|---|
时间 | 2012-04-29 22:19:47 |
作者 | matsuand <matsuand@user...> |
Commiter | matsuand |
[BLFS] Updated openldap-2.4.31.
@@ -2,7 +2,7 @@ | ||
2 | 2 | |
3 | 3 | . ./_blfsset.sh |
4 | 4 | |
5 | -VER=2.4.30 | |
5 | +VER=2.4.31 | |
6 | 6 | TARGET=openldap-$VER |
7 | 7 | TARGETBALL=$TARGET.tgz |
8 | 8 | TARGETDIR=$TARGET |
@@ -46,11 +46,11 @@ rm -fr $TARGETDIR | ||
46 | 46 | cd $TARGETDIR |
47 | 47 | |
48 | 48 | echo \ \ Patching... |
49 | -patch -Np1 -i $DLD/openldap-$VER-blfs-paths-1.patch \ | |
49 | +patch -Np1 -i $DLD/openldap-2.4.30-blfs-paths-1.patch \ | |
50 | 50 | 1> $LOG/$TARGET.0_patch.log 2>&1 || exit 1 |
51 | -patch -Np1 -i $DLD/openldap-$VER-symbol-versions-1.patch \ | |
51 | +patch -Np1 -i $DLD/openldap-2.4.30-symbol-versions-1.patch \ | |
52 | 52 | 1>> $LOG/$TARGET.0_patch.log 2>&1 || exit 1 |
53 | -patch -Np1 -i $DLD/openldap-$VER-ntlm-1.patch \ | |
53 | +patch -Np1 -i $DLD/openldap-2.4.30-ntlm-1.patch \ | |
54 | 54 | 1>> $LOG/$TARGET.0_patch.log 2>&1 || exit 1 |
55 | 55 | autoconf \ |
56 | 56 | 1>> $LOG/$TARGET.0_patch.log 2>&1 || exit 1 |