リビジョン | 39ac9e5e6db73d63fb5083eba621648ec8415d63 (tree) |
---|---|
日時 | 2022-06-10 11:09:22 |
作者 | matsuand <30614168+matsuand@user...> |
コミッター | matsuand |
[BLFS] Update openldap-2.6.2.
@@ -3,7 +3,7 @@ | ||
3 | 3 | . ./_blfsset.sh |
4 | 4 | |
5 | 5 | APPNAME=openldap |
6 | -VER=2.4.57 | |
6 | +VER=2.6.2 | |
7 | 7 | TARGET=$APPNAME-$VER |
8 | 8 | TARGETBALL=$DLD/$TARGET.tgz |
9 | 9 | TARGETDIR=$TARGET |
@@ -44,23 +44,20 @@ Configuring | ||
44 | 44 | --localstatedir=/var \ |
45 | 45 | --libexecdir=/usr/lib \ |
46 | 46 | --disable-static \ |
47 | + --enable-versioning=yes \ | |
47 | 48 | --disable-debug \ |
48 | 49 | --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 \ | |
51 | 51 | --enable-dynamic \ |
52 | 52 | --enable-crypt \ |
53 | -$([ ${OPTION_cyrussasl} -eq 1 ] && echo --enable-spasswd) \ | |
53 | + --enable-spasswd \ | |
54 | 54 | --enable-slapd \ |
55 | -$([ ${OPTION_openslp} -eq 1 ] && echo --enable-slpd) \ | |
56 | 55 | --enable-modules \ |
57 | 56 | --enable-rlookups \ |
58 | 57 | --enable-backends=mod \ |
59 | 58 | --disable-ndb \ |
60 | 59 | --disable-sql \ |
61 | - --disable-shell \ | |
62 | - --disable-bdb \ | |
63 | - --disable-hdb \ | |
60 | + --disable-wt \ | |
64 | 61 | --enable-overlays=mod \ |
65 | 62 | 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1 |
66 | 63 |
@@ -72,7 +69,6 @@ Making | ||
72 | 69 | make \ |
73 | 70 | 1>> $LOG/$TARGET.2_make.log 2>&1 || exit 1 |
74 | 71 | |
75 | -PWD=`pwd` | |
76 | 72 | Installing |
77 | 73 | porg -lp $TARGET -E$PWD "make install" \ |
78 | 74 | 1> $LOG/$TARGET.3_install.log 2>&1 || exit 1 |