samba: add libiconv support, add some more options

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-02-10 12:27:43 +01:00
parent dc7246cb2e
commit 8e39b0161d
2 changed files with 44 additions and 17 deletions

View File

@ -43,38 +43,65 @@ sh autogen.sh
--with-privatedir=/var/run \
--enable-shared \
--disable-static \
--enable-shared-libs \
--enable-debug \
--disable-krb5developer \
--disable-picky-developer \
--enable-largefile \
--disable-socket-wrapper \
--disable-nss-wrapper \
--disable-swat \
--disable-cups \
--disable-iprint \
--with-fhs \
--enable-pie \
--with-pthreads \
--with-sqlite3 \
--enable-relro \
--enable-shared-libs \
--enable-external-libtalloc \
--disable-external-libtdb \
--disable-fam \
--disable-dnssd \
$SMB_AVAHI \
--without-pam \
--without-ads \
--disable-pthreadpool \
--enable-gnutls \
--disable-netapi \
--disable-dmalloc \
--with-fhs \
--with-libtalloc \
--without-libtdb \
--without-libnetapi \
--with-cifsmount \
--with-cifsumount \
--without-ldap \
--without-acl-support \
--with-winbind \
--with-dnsupdate \
--without-automount \
--with-included-popt \
--with-libsmbclient \
--with-libsmbsharemodes \
--without-libaddns \
--without-afs \
--without-fake-kaserver \
--without-vfs-afsacl \
--without-dce-dfs \
--without-ldap \
--without-ads \
--with-dnsupdate \
--without-automount \
--with-cifsmount \
--without-cifsumount \
--without-cifsupcall \
--without-pam \
--without-pam_smbpass \
--without-nisplus-home \
--with-syslog \
--without-quotas \
--without-sys-quotas \
--with-syslog \
--without-utmp \
--without-cluster-support \
--without-acl-support \
--without-aio-support \
--with-sendfile-support \
--without-wbclient \
--with-winbind \
--with-static-modules=charset_CP437,charset_CP850 \
--with-included-popt \
--with-included-iniparser \
--with-libiconv=$SYSROOT_PREFIX/usr \
--with-sqlite3 \
--with-pthreads \
--without-setproctitle \
make bin/libsmbclient.so
make bin/mount.cifs

View File

@ -25,8 +25,8 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.samba.org"
PKG_URL="http://samba.org/samba/ftp/stable/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="sqlite talloc connman"
PKG_BUILD_DEPENDS="toolchain sqlite talloc"
PKG_DEPENDS="libiconv sqlite talloc connman"
PKG_BUILD_DEPENDS="toolchain libiconv sqlite talloc"
PKG_PRIORITY="optional"
PKG_SECTION="network"
PKG_SHORTDESC="samba: The free SMB / CIFS fileserver and client"