unzip: dont use $TARGET_* variables

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2016-09-23 14:29:49 -07:00 committed by Lukas Rusak
parent 6c55ec91f5
commit 2564214d4c
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -34,11 +34,8 @@ PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
make_target() {
make CC=$TARGET_CC \
RANLIB=$TARGET_RANLIB \
AR=$TARGET_AR \
STRIP=$TARGET_STRIP \
-f unix/Makefile generic LOCAL_UNZIP="$CFLAGS"
make CC=$CC RANLIB=$RANLIB AR=$AR STRIP=$STRIP \
-f unix/Makefile generic LOCAL_UNZIP="$CFLAGS"
}
makeinstall_target() {