samba: clean up unused configure opts

This commit is contained in:
Stephan Raue 2014-08-24 23:28:49 +03:00
parent 9803ebbbaa
commit 71d289edd2

View File

@ -68,7 +68,6 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_file__proc_sys_kernel_core_pattern=yes \
--disable-krb5developer \ --disable-krb5developer \
--disable-picky-developer \ --disable-picky-developer \
--enable-largefile \ --enable-largefile \
--with-pthreads \
--disable-socket-wrapper \ --disable-socket-wrapper \
--disable-nss-wrapper \ --disable-nss-wrapper \
--disable-swat \ --disable-swat \
@ -80,7 +79,6 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_file__proc_sys_kernel_core_pattern=yes \
--disable-dnssd \ --disable-dnssd \
$SMB_AVAHI \ $SMB_AVAHI \
--disable-pthreadpool \ --disable-pthreadpool \
--disable-netapi \
--disable-dmalloc \ --disable-dmalloc \
--with-fhs \ --with-fhs \
--without-libtalloc \ --without-libtalloc \
@ -94,14 +92,10 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_file__proc_sys_kernel_core_pattern=yes \
--without-afs \ --without-afs \
--without-fake-kaserver \ --without-fake-kaserver \
--without-vfs-afsacl \ --without-vfs-afsacl \
--without-dce-dfs \
--without-ldap \ --without-ldap \
--without-ads \ --without-ads \
--without-dnsupdate \ --without-dnsupdate \
--without-automount \ --without-automount \
--without-cifsmount \
--without-cifsumount \
--without-cifsupcall \
--without-krb5 \ --without-krb5 \
--without-pam \ --without-pam \
--without-pam_smbpass \ --without-pam_smbpass \
@ -118,9 +112,7 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_file__proc_sys_kernel_core_pattern=yes \
--without-wbclient \ --without-wbclient \
--without-winbind \ --without-winbind \
--with-included-popt \ --with-included-popt \
--with-included-iniparser \ --with-included-iniparser"
--without-sqlite3 \
--without-setproctitle"
pre_configure_target() { pre_configure_target() {
( cd ../source3 ( cd ../source3