samba: reenable winbind support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-01-21 22:07:56 +01:00
parent 4cf8602982
commit c2de7f3d36
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -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