mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
samba: install all libs to SYSROOT
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
1a99de0e2a
commit
eb3faf87e2
@ -66,7 +66,7 @@ if [ "$SAMBA_SERVER" = yes ]; then
|
||||
fi
|
||||
|
||||
mkdir -p $SYSROOT_PREFIX/usr/lib
|
||||
cp -PR bin/libsmbclient.so* $SYSROOT_PREFIX/usr/lib
|
||||
cp -PR bin/lib*client.so* $SYSROOT_PREFIX/usr/lib
|
||||
|
||||
mkdir -p $SYSROOT_PREFIX/usr/include
|
||||
cp include/libsmbclient.h $SYSROOT_PREFIX/usr/include
|
||||
|
Loading…
x
Reference in New Issue
Block a user