mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
samba: reenable winbind support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
4cf8602982
commit
c2de7f3d36
@ -64,7 +64,7 @@ sh autogen.sh
|
||||
--with-cifsumount \
|
||||
--without-ldap \
|
||||
--without-acl-support \
|
||||
--without-winbind \
|
||||
--with-winbind \
|
||||
--with-dnsupdate \
|
||||
--without-automount \
|
||||
--with-included-popt \
|
||||
|
@ -23,7 +23,7 @@
|
||||
. config/options $1
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/source3/bin/libsmbclient.so* $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/source3/bin/*.so* $INSTALL/usr/lib
|
||||
|
||||
if [ "$NETMOUNT" = "yes" ]; then
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user