mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 15:37:49 +00:00
samba:
- build without acl support (thanks to kaixinbird)
This commit is contained in:
parent
868fcbe254
commit
07e829aed0
@ -49,6 +49,7 @@ cd $PKG_BUILD/source3
|
|||||||
--without-libnetapi \
|
--without-libnetapi \
|
||||||
--without-cifsmount \
|
--without-cifsmount \
|
||||||
--without-ldap \
|
--without-ldap \
|
||||||
|
--without-acl-support \
|
||||||
--with-winbind \
|
--with-winbind \
|
||||||
--with-dnsupdate \
|
--with-dnsupdate \
|
||||||
--with-automount \
|
--with-automount \
|
||||||
@ -64,9 +65,11 @@ make bin/libsmbclient.so \
|
|||||||
|
|
||||||
mkdir -p $SYSROOT_PREFIX/usr/lib
|
mkdir -p $SYSROOT_PREFIX/usr/lib
|
||||||
cp -PR bin/libsmbclient.so* $SYSROOT_PREFIX/usr/lib
|
cp -PR bin/libsmbclient.so* $SYSROOT_PREFIX/usr/lib
|
||||||
|
cp -PR bin/libwbclient.so* $SYSROOT_PREFIX/usr/lib
|
||||||
|
|
||||||
mkdir -p $SYSROOT_PREFIX/usr/include
|
mkdir -p $SYSROOT_PREFIX/usr/include
|
||||||
cp include/libsmbclient.h $SYSROOT_PREFIX/usr/include
|
cp include/libsmbclient.h $SYSROOT_PREFIX/usr/include
|
||||||
|
|
||||||
mkdir -p $SYSROOT_PREFIX/usr/lib/pkgconfig
|
mkdir -p $SYSROOT_PREFIX/usr/lib/pkgconfig
|
||||||
cp pkgconfig/smbclient.pc $SYSROOT_PREFIX/usr/lib/pkgconfig
|
cp pkgconfig/smbclient.pc $SYSROOT_PREFIX/usr/lib/pkgconfig
|
||||||
|
cp pkgconfig/wbclient.pc $SYSROOT_PREFIX/usr/lib/pkgconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user