mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +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
|
. 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 \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
@ -34,7 +36,5 @@ mkdir -p m4 && do_autoreconf
|
|||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
|
||||||
make CC="$HOST_CC" CFLAGS="$HOST_CFLAGS" LDFLAGS="$HOST_LDFLAGS" strpool
|
|
||||||
make
|
make
|
||||||
|
|
||||||
$MAKEINSTALL
|
$MAKEINSTALL
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="libatasmart"
|
PKG_NAME="libatasmart"
|
||||||
PKG_VERSION="0.17"
|
PKG_VERSION="0.18"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user