mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
unzip: dont use $TARGET_* variables
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
6c55ec91f5
commit
2564214d4c
@ -34,11 +34,8 @@ PKG_IS_ADDON="no"
|
|||||||
PKG_AUTORECONF="no"
|
PKG_AUTORECONF="no"
|
||||||
|
|
||||||
make_target() {
|
make_target() {
|
||||||
make CC=$TARGET_CC \
|
make CC=$CC RANLIB=$RANLIB AR=$AR STRIP=$STRIP \
|
||||||
RANLIB=$TARGET_RANLIB \
|
-f unix/Makefile generic LOCAL_UNZIP="$CFLAGS"
|
||||||
AR=$TARGET_AR \
|
|
||||||
STRIP=$TARGET_STRIP \
|
|
||||||
-f unix/Makefile generic LOCAL_UNZIP="$CFLAGS"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
makeinstall_target() {
|
makeinstall_target() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user