mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
parted: update to parted-3.0
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
a7c1aca8ec
commit
dc8256cb78
@ -22,6 +22,9 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
|
# parted fails to build with GOLD linker
|
||||||
|
strip_gold
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
@ -33,7 +36,9 @@ cd $PKG_BUILD
|
|||||||
--enable-shared \
|
--enable-shared \
|
||||||
--disable-device-mapper \
|
--disable-device-mapper \
|
||||||
--without-readline \
|
--without-readline \
|
||||||
|
--disable-rpath \
|
||||||
|
--with-gnu-ld \
|
||||||
|
|
||||||
make
|
make V=1
|
||||||
|
|
||||||
$MAKEINSTALL
|
$MAKEINSTALL
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="parted"
|
PKG_NAME="parted"
|
||||||
PKG_VERSION="2.3"
|
PKG_VERSION="3.0"
|
||||||
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