mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libatasmart: build as static library
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
437602530d
commit
3ad844ed1b
@ -34,8 +34,8 @@ cd $PKG_BUILD
|
||||
--sysconfdir=/etc \
|
||||
--datadir=/usr/share \
|
||||
--localstatedir=/var \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
--disable-shared \
|
||||
|
||||
# building hosttools seems to be broken in 0.19 - todo:
|
||||
make CFLAGS="$HOST_CFLAGS" LDFLAGS="$HOST_LDFLAGS" CC="$HOST_CC" -C strpool
|
||||
|
@ -22,11 +22,8 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/.libs/*.so* $INSTALL/usr/lib
|
||||
|
||||
if [ "$DEVTOOLS" = yes ]; then
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp -P $PKG_BUILD/.libs/sktest $INSTALL/usr/bin
|
||||
cp -P $PKG_BUILD/.libs/skdump $INSTALL/usr/bin
|
||||
fi
|
||||
cp -P $PKG_BUILD/sktest $INSTALL/usr/bin
|
||||
cp -P $PKG_BUILD/skdump $INSTALL/usr/bin
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user