From fb8d8befcdb88e11e1945a7a7be1ab0458a051f4 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 7 Oct 2019 01:56:17 +0300 Subject: [PATCH] zip: build with generic_gcc to use $CC --- extra/zip/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/zip/build b/extra/zip/build index 7227cf54..7de152c1 100755 --- a/extra/zip/build +++ b/extra/zip/build @@ -2,5 +2,5 @@ sed -e "s|generic CC=gcc CPP=\"gcc -E\"|zips CC=$CC CPP=\"$CPP -E\" CFLAGS=\"-DLARGE_FILE_SUPPORT $CFLAGS \${CFLAGS_NOOPT}\" LFLAGS2=\"$LDFLAGS\"|g" -i unix/Makefile -make -f unix/Makefile prefix=/usr generic +make -f unix/Makefile prefix=/usr generic_gcc make prefix="$1/usr" MANDIR="$1/usr/share/man/man1" -f unix/Makefile install