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