mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-04 00:17:49 +00:00
samba: build and install 'smbtree', 'mount.cifs', 'umount.cifs'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
3d4dc0e83e
commit
69f9f98aba
@ -37,7 +37,8 @@ cd $PKG_BUILD/source3
|
||||
--without-libtalloc \
|
||||
--without-libtdb \
|
||||
--without-libnetapi \
|
||||
--without-cifsmount \
|
||||
--with-cifsmount \
|
||||
--with-cifsumount \
|
||||
--without-ldap \
|
||||
--without-acl-support \
|
||||
--without-winbind \
|
||||
@ -51,6 +52,9 @@ cd $PKG_BUILD/source3
|
||||
--with-syslog \
|
||||
|
||||
make bin/libsmbclient.so
|
||||
make bin/mount.cifs
|
||||
make bin/umount.cifs
|
||||
make bin/smbtree
|
||||
|
||||
if [ "$SAMBA_SERVER" = yes ]; then
|
||||
make bin/smbd
|
||||
|
@ -6,6 +6,11 @@
|
||||
|
||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/source3/bin/smbtree $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/source3/bin/mount.cifs $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/source3/bin/umount.cifs $INSTALL/usr/bin
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/source3/bin/libsmbclient.so* $INSTALL/usr/lib
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user