libatasmart: build as static library

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-05-28 22:08:14 +02:00
parent 437602530d
commit 3ad844ed1b
2 changed files with 5 additions and 8 deletions

View File

@ -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

View File

@ -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