zip: rebuild with our {C,LD}FLAGS.

This commit is contained in:
Juan RP 2014-12-19 08:47:39 +01:00
parent 701d3a7712
commit 57bd5d9a0a
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template build file for 'zip'.
pkgname=zip
version=3.0
revision=2
revision=3
wrksrc="zip30"
short_desc="Create/update ZIP files compatible with pkzip"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -11,8 +11,8 @@ distfiles="${SOURCEFORGE_SITE}/infozip/zip30.tar.gz"
checksum=f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369
do_build() {
sed -e "s,generic CC=gcc CPP=\"gcc -E\",generic CC=$CC CPP=\"$CPP -E\",g" -i unix/Makefile
make CC=$CC CXX=$CXX -f unix/Makefile generic_gcc
sed -e "s|generic CC=gcc CPP=\"gcc -E\"|zips CC=$CC CPP=\"$CPP -E\" CFLAGS=\"$CFLAGS \${CFLAGS_NOOPT}\" LFLAGS2=\"$LDFLAGS\"|g" -i unix/Makefile
make CC=$CC CPP=$CPP -f unix/Makefile generic_gcc
}
do_install() {