unzip: use cflags correctly

This commit is contained in:
vpeter4 2015-04-08 19:46:08 +02:00
parent 7af5fff73b
commit 1887e85842

View File

@ -38,8 +38,7 @@ make_target() {
RANLIB=$TARGET_RANLIB \
AR=$TARGET_AR \
STRIP=$TARGET_STRIP \
CFLAGS="$CFLAGS" \
-f unix/Makefile generic
-f unix/Makefile generic LOCAL_UNZIP="$CFLAGS"
}
makeinstall_target() {