mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
samba: only build needed bins and libs to speedup samba build
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ca7ed1c6d4
commit
e227a84830
@ -126,7 +126,11 @@ samba_cv_zlib_1_2_3=no \
|
|||||||
--without-sqlite3 \
|
--without-sqlite3 \
|
||||||
--without-setproctitle \
|
--without-setproctitle \
|
||||||
|
|
||||||
make
|
make bin/libsmbclient.a
|
||||||
|
|
||||||
|
if [ "$SAMBA_SERVER" = "yes" ]; then
|
||||||
|
make bin/samba_multicall
|
||||||
|
fi
|
||||||
|
|
||||||
mkdir -p $SYSROOT_PREFIX/usr/lib
|
mkdir -p $SYSROOT_PREFIX/usr/lib
|
||||||
cp -P bin/*.a $SYSROOT_PREFIX/usr/lib
|
cp -P bin/*.a $SYSROOT_PREFIX/usr/lib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user