samba: cleanup, build with shared zlib

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-06-19 19:24:56 +02:00
parent 94235fa528
commit 34763b5dee
2 changed files with 6 additions and 9 deletions

View File

@ -49,8 +49,6 @@ samba_cv_USE_SETREUID=yes \
samba_cv_USE_SETRESUID=yes \
samba_cv_have_setreuid=yes \
samba_cv_have_setresuid=yes \
ac_cv_header_zlib_h=no \
samba_cv_zlib_1_2_3=no \
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
@ -63,8 +61,8 @@ samba_cv_zlib_1_2_3=no \
--with-logfilebase=/var/log \
--with-nmbdsocketdir=/var/nmbd \
--with-piddir=/var/run \
--disable-shared \
--enable-static \
--enable-shared \
--disable-static \
--disable-shared-libs \
--disable-debug \
--with-libiconv="$SYSROOT_PREFIX/usr" \
@ -79,9 +77,6 @@ samba_cv_zlib_1_2_3=no \
--disable-iprint \
--disable-pie \
--disable-relro \
--disable-shared-libs \
--disable-external-libtalloc \
--disable-external-libtdb \
--disable-fam \
--disable-dnssd \
$SMB_AVAHI \
@ -91,7 +86,9 @@ samba_cv_zlib_1_2_3=no \
--disable-dmalloc \
--with-fhs \
--without-libtalloc \
--disable-external-libtalloc \
--without-libtdb \
--disable-external-libtdb \
--without-libnetapi \
--with-libsmbclient \
--without-libsmbsharemodes \

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="$ICONV connman"
PKG_BUILD_DEPENDS="toolchain $ICONV"
PKG_DEPENDS="$ICONV zlib connman"
PKG_BUILD_DEPENDS="toolchain zlib $ICONV"
PKG_PRIORITY="optional"
PKG_SECTION="network"
PKG_SHORTDESC="samba: The free SMB / CIFS fileserver and client"