mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
unrar: update to unrar-4.2.4
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
d573512d07
commit
5bdcdc94c8
@ -23,9 +23,10 @@
|
|||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
cd $BUILD/$1
|
cd $BUILD/$1
|
||||||
make CC=$TARGET_CC \
|
make CXX="$TARGET_CXX" \
|
||||||
RANLIB=$TARGET_RANLIB \
|
CXXFLAGS="$TARGET_CXXFLAGS" \
|
||||||
AR=$TARGET_AR \
|
RANLIB="$TARGET_RANLIB" \
|
||||||
STRIP=$TARGET_STRIP \
|
AR="$TARGET_AR" \
|
||||||
|
STRIP="$TARGET_STRIP" \
|
||||||
-f makefile.unix
|
-f makefile.unix
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="unrar"
|
PKG_NAME="unrar"
|
||||||
PKG_VERSION="4.0.7"
|
PKG_VERSION="4.2.4"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="free"
|
PKG_LICENSE="free"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user