mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
samba: cleanup, build with shared zlib
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
94235fa528
commit
34763b5dee
@ -49,8 +49,6 @@ samba_cv_USE_SETREUID=yes \
|
|||||||
samba_cv_USE_SETRESUID=yes \
|
samba_cv_USE_SETRESUID=yes \
|
||||||
samba_cv_have_setreuid=yes \
|
samba_cv_have_setreuid=yes \
|
||||||
samba_cv_have_setresuid=yes \
|
samba_cv_have_setresuid=yes \
|
||||||
ac_cv_header_zlib_h=no \
|
|
||||||
samba_cv_zlib_1_2_3=no \
|
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
@ -63,8 +61,8 @@ samba_cv_zlib_1_2_3=no \
|
|||||||
--with-logfilebase=/var/log \
|
--with-logfilebase=/var/log \
|
||||||
--with-nmbdsocketdir=/var/nmbd \
|
--with-nmbdsocketdir=/var/nmbd \
|
||||||
--with-piddir=/var/run \
|
--with-piddir=/var/run \
|
||||||
--disable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--disable-static \
|
||||||
--disable-shared-libs \
|
--disable-shared-libs \
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
--with-libiconv="$SYSROOT_PREFIX/usr" \
|
--with-libiconv="$SYSROOT_PREFIX/usr" \
|
||||||
@ -79,9 +77,6 @@ samba_cv_zlib_1_2_3=no \
|
|||||||
--disable-iprint \
|
--disable-iprint \
|
||||||
--disable-pie \
|
--disable-pie \
|
||||||
--disable-relro \
|
--disable-relro \
|
||||||
--disable-shared-libs \
|
|
||||||
--disable-external-libtalloc \
|
|
||||||
--disable-external-libtdb \
|
|
||||||
--disable-fam \
|
--disable-fam \
|
||||||
--disable-dnssd \
|
--disable-dnssd \
|
||||||
$SMB_AVAHI \
|
$SMB_AVAHI \
|
||||||
@ -91,7 +86,9 @@ samba_cv_zlib_1_2_3=no \
|
|||||||
--disable-dmalloc \
|
--disable-dmalloc \
|
||||||
--with-fhs \
|
--with-fhs \
|
||||||
--without-libtalloc \
|
--without-libtalloc \
|
||||||
|
--disable-external-libtalloc \
|
||||||
--without-libtdb \
|
--without-libtdb \
|
||||||
|
--disable-external-libtdb \
|
||||||
--without-libnetapi \
|
--without-libnetapi \
|
||||||
--with-libsmbclient \
|
--with-libsmbclient \
|
||||||
--without-libsmbsharemodes \
|
--without-libsmbsharemodes \
|
||||||
|
@ -25,8 +25,8 @@ PKG_ARCH="any"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.samba.org"
|
PKG_SITE="http://www.samba.org"
|
||||||
PKG_URL="http://samba.org/samba/ftp/stable/$PKG_NAME-$PKG_VERSION.tar.gz"
|
PKG_URL="http://samba.org/samba/ftp/stable/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS="$ICONV connman"
|
PKG_DEPENDS="$ICONV zlib connman"
|
||||||
PKG_BUILD_DEPENDS="toolchain $ICONV"
|
PKG_BUILD_DEPENDS="toolchain zlib $ICONV"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="network"
|
PKG_SECTION="network"
|
||||||
PKG_SHORTDESC="samba: The free SMB / CIFS fileserver and client"
|
PKG_SHORTDESC="samba: The free SMB / CIFS fileserver and client"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user