mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
samba:
- remove winbind support
This commit is contained in:
parent
7cbacdd301
commit
cd223eadd1
@ -40,7 +40,7 @@ cd $PKG_BUILD/source3
|
||||
--without-cifsmount \
|
||||
--without-ldap \
|
||||
--without-acl-support \
|
||||
--with-winbind \
|
||||
--without-winbind \
|
||||
--with-dnsupdate \
|
||||
--with-automount \
|
||||
--with-included-popt \
|
||||
@ -58,11 +58,9 @@ fi
|
||||
|
||||
mkdir -p $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
|
||||
cp include/libsmbclient.h $SYSROOT_PREFIX/usr/include
|
||||
|
||||
mkdir -p $SYSROOT_PREFIX/usr/lib/pkgconfig
|
||||
cp pkgconfig/smbclient.pc $SYSROOT_PREFIX/usr/lib/pkgconfig
|
||||
cp pkgconfig/wbclient.pc $SYSROOT_PREFIX/usr/lib/pkgconfig
|
||||
|
@ -8,7 +8,6 @@ PKG_DIR=`find $PACKAGES -type d -name $1`
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/source3/bin/libsmbclient.so* $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/source3/bin/libwbclient.so* $INSTALL/usr/lib
|
||||
|
||||
if [ "$SAMBA_SERVER" = yes ]; then
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user