• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisãoc025bec55df389520f27d63d80524a38ddc2f0b0 (tree)
Hora2022-06-10 11:08:18
Autormatsuand <30614168+matsuand@user...>
Commitermatsuand

Mensagem de Log

[BLFS] Update cyrus-sasl-2.1.28.

Mudança Sumário

Diff

--- a/BLFS/cyrus-sasl.sh
+++ b/BLFS/cyrus-sasl.sh
@@ -3,14 +3,15 @@
33 . ./_blfsset.sh
44
55 APPNAME=cyrus-sasl
6-VER=2.1.27
6+VER=2.1.28
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.gz
99 TARGETDIR=$TARGET
1010
1111 echo $TARGET
1212
13-. $WRK/_checkRequired.sh ""
13+. $WRK/_checkRequired.sh \
14+ db
1415 . $WRK/_checkOptions.sh \
1516 openldap dmalloc
1617 . $WRK/_checkTarball.sh
@@ -38,15 +39,12 @@ TimeStart
3839
3940 cd $TARGETDIR
4041
41-Patching
42-patch -Np1 -i $DLD/cyrus-sasl-$VER-doc_fixes-1.patch \
43- 1>> $LOG/$TARGET.0_patch.log 2>&1 || exit 1
44-
4542 Configuring
4643 ./configure --prefix=/usr \
4744 --sysconfdir=/etc \
4845 --enable-auth-sasldb \
4946 --with-dbpath=/var/lib/sasl/sasldb2 \
47+ --with-sphinx-build=no \
5048 --with-saslauthd=/var/run/saslauthd \
5149 $WITHLDAP $ENABLELDAP $WITHDMALLOC \
5250 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1
@@ -66,7 +64,7 @@ make -j1 \
6664 #fi
6765
6866 Installing
69-porg -lp $TARGET "make install" \
67+porg -lp $TARGET -E$PWD "make install" \
7068 1> $LOG/$TARGET.3_installl.log 2>&1 || exit 1
7169
7270 #if [ ${OPTION_openldap} -eq "1" ]; then