libatasmart: update to libatasmart-0.18

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-11-08 19:22:38 +01:00
parent 9169369bc2
commit 6eaa968a66
2 changed files with 5 additions and 5 deletions

View File

@ -22,9 +22,11 @@
. config/options $1
cd $PKG_BUILD
export CC_FOR_BUILD="$HOST_CC"
export BUILD_CFLAGS="$HOST_CFLAGS"
export BUILD_LDFLAGS="$HOST_LDFLAGS"
mkdir -p m4 && do_autoreconf
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
@ -34,7 +36,5 @@ mkdir -p m4 && do_autoreconf
--disable-static \
--enable-shared \
make CC="$HOST_CC" CFLAGS="$HOST_CFLAGS" LDFLAGS="$HOST_LDFLAGS" strpool
make
$MAKEINSTALL

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="libatasmart"
PKG_VERSION="0.17"
PKG_VERSION="0.18"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"