• 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

Revision6cab1548298482781db3d42d7cc2d2df8b947551 (tree)
Time2017-09-04 09:21:55
Authormatsuand <matsuand@user...>
Commitermatsuand

Log Message

[BLFS] Updated samba-4.6.7, and modified.

Change Summary

Incremental Difference

--- a/BLFS/samba.sh
+++ b/BLFS/samba.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=samba
6-VER=4.6.4
6+VER=4.6.7
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.gz
99 TARGETDIR=$TARGET
@@ -13,7 +13,7 @@ echo $TARGET
1313 . $WRK/_checkRequired.sh \
1414 libtirpc
1515 . $WRK/_checkOptions.sh \
16- gnutls \
16+ gnutls systemd \
1717 popt Linux-PAM cups openldap gamin acl xfsprogs \
1818 krb5 python-2 libxslt tdb ctdb libcap2 libunwind \
1919 avahi openafs valgrind
@@ -43,7 +43,7 @@ Configuring
4343 --with-piddir=/run/samba \
4444 --with-pammodulesdir=/lib/security \
4545 --enable-fhs \
46- --without-systemd \
46+$([ ${OPTION_systemd} -ne 1 ] && echo --without-systemd) \
4747 $([ ${OPTION_openldap} -ne 1 ] && echo --without-ads --without-ldap) \
4848 $([ ${OPTION_gnutls} -ne 1 ] && echo --disable-gnutls --without-ad-dc) \
4949 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1