• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

コミットメタ情報

リビジョン39ac9e5e6db73d63fb5083eba621648ec8415d63 (tree)
日時2022-06-10 11:09:22
作者matsuand <30614168+matsuand@user...>
コミッターmatsuand

ログメッセージ

[BLFS] Update openldap-2.6.2.

変更サマリ

差分

--- a/BLFS/openldap.sh
+++ b/BLFS/openldap.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=openldap
6-VER=2.4.57
6+VER=2.6.2
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tgz
99 TARGETDIR=$TARGET
@@ -44,23 +44,20 @@ Configuring
4444 --localstatedir=/var \
4545 --libexecdir=/usr/lib \
4646 --disable-static \
47+ --enable-versioning=yes \
4748 --disable-debug \
4849 --with-tls=openssl \
49-$([ ${OPTION_cyrussasl} -eq 1 ] && echo --with-cyrus-sasl) \
50-$([ ${OPTION_cyrussasl} -ne 1 ] && echo --without-cyrus-sasl) \
50+ --with-cyrus-sasl \
5151 --enable-dynamic \
5252 --enable-crypt \
53-$([ ${OPTION_cyrussasl} -eq 1 ] && echo --enable-spasswd) \
53+ --enable-spasswd \
5454 --enable-slapd \
55-$([ ${OPTION_openslp} -eq 1 ] && echo --enable-slpd) \
5655 --enable-modules \
5756 --enable-rlookups \
5857 --enable-backends=mod \
5958 --disable-ndb \
6059 --disable-sql \
61- --disable-shell \
62- --disable-bdb \
63- --disable-hdb \
60+ --disable-wt \
6461 --enable-overlays=mod \
6562 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1
6663
@@ -72,7 +69,6 @@ Making
7269 make \
7370 1>> $LOG/$TARGET.2_make.log 2>&1 || exit 1
7471
75-PWD=`pwd`
7672 Installing
7773 porg -lp $TARGET -E$PWD "make install" \
7874 1> $LOG/$TARGET.3_install.log 2>&1 || exit 1