mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
unrar: update to unrar-4.0.3, fix build, dont autoreconf
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
a303a85edf
commit
5df39f8b54
@ -2,8 +2,10 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
cd $BUILD/$1
|
# fails to build with GOLD linker
|
||||||
|
strip_gold
|
||||||
|
|
||||||
|
cd $BUILD/$1
|
||||||
make CC=$TARGET_CC \
|
make CC=$TARGET_CC \
|
||||||
RANLIB=$TARGET_RANLIB \
|
RANLIB=$TARGET_RANLIB \
|
||||||
AR=$TARGET_AR \
|
AR=$TARGET_AR \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
PKG_NAME="unrar"
|
PKG_NAME="unrar"
|
||||||
PKG_VERSION="3.9.10"
|
PKG_VERSION="4.0.3"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="free"
|
PKG_LICENSE="free"
|
||||||
@ -13,4 +13,4 @@ PKG_SHORTDESC="unrar: Extract, test and view RAR archives"
|
|||||||
PKG_LONGDESC="Unrar is a package to handle files compressed in the RAR format. Due to strange licensing issues this package can only view, test and extract files in a given archive, but not pack files. But since we have far more advanced open-source compression utils it should be enough to extract the content when you get a RAR archive."
|
PKG_LONGDESC="Unrar is a package to handle files compressed in the RAR format. Due to strange licensing issues this package can only view, test and extract files in a given archive, but not pack files. But since we have far more advanced open-source compression utils it should be enough to extract the content when you get a RAR archive."
|
||||||
PKG_IS_ADDON="no"
|
PKG_IS_ADDON="no"
|
||||||
|
|
||||||
PKG_AUTORECONF="yes"
|
PKG_AUTORECONF="no"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user