mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
libatasmart: build as static library
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user