mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libatasmart: update to libatasmart-0.18
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
9169369bc2
commit
6eaa968a66
@ -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
|
||||
|
@ -19,7 +19,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="libatasmart"
|
||||
PKG_VERSION="0.17"
|
||||
PKG_VERSION="0.18"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
|
Loading…
x
Reference in New Issue
Block a user