From c2de7f3d364fc92eee26ce2f0404d24934147573 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 21 Jan 2011 22:07:56 +0100 Subject: [PATCH] samba: reenable winbind support Signed-off-by: Stephan Raue --- packages/network/samba/build | 2 +- packages/network/samba/install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/network/samba/build b/packages/network/samba/build index 6d5e44ba99..086e77a0a2 100755 --- a/packages/network/samba/build +++ b/packages/network/samba/build @@ -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 \ diff --git a/packages/network/samba/install b/packages/network/samba/install index 4884177b58..ad24d16fc4 100755 --- a/packages/network/samba/install +++ b/packages/network/samba/install @@ -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