mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +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 \
|
--with-cifsumount \
|
||||||
--without-ldap \
|
--without-ldap \
|
||||||
--without-acl-support \
|
--without-acl-support \
|
||||||
--without-winbind \
|
--with-winbind \
|
||||||
--with-dnsupdate \
|
--with-dnsupdate \
|
||||||
--without-automount \
|
--without-automount \
|
||||||
--with-included-popt \
|
--with-included-popt \
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib
|
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
|
if [ "$NETMOUNT" = "yes" ]; then
|
||||||
mkdir -p $INSTALL/usr/bin
|
mkdir -p $INSTALL/usr/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user