diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-04-08 20:12:51 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-04-08 20:14:22 +0200 |
commit | 24ace8b0d6f7067ec2b98ec4c72b0c619269d60d (patch) | |
tree | abb8752c954f86d6d55a1e0dbefec3fd3cb4d4c7 | |
parent | ad95e63db06871ff9f64073f23fdafef91bbcfd0 (diff) |
unzip: bugfix for Darwin cross-compile
-rw-r--r-- | package/unzip/patches/patch-unix_Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/unzip/patches/patch-unix_Makefile b/package/unzip/patches/patch-unix_Makefile index 842ef5493..d3e60346f 100644 --- a/package/unzip/patches/patch-unix_Makefile +++ b/package/unzip/patches/patch-unix_Makefile @@ -1,5 +1,5 @@ --- unzip60.orig/unix/Makefile 2009-01-18 23:41:18.000000000 +0100 -+++ unzip60/unix/Makefile 2014-05-27 14:22:34.624111366 +0200 ++++ unzip60/unix/Makefile 2016-04-07 22:58:30.000000000 +0200 @@ -42,13 +42,13 @@ # such as -DDOSWILD). @@ -22,7 +22,7 @@ generic_gcc: - $(MAKE) $(MAKEF) generic CC=gcc IZ_BZIP2="$(IZ_BZIP2)" -+ $(MAKE) $(MAKEF) generic CC=$(CC) IZ_BZIP2="$(IZ_BZIP2)" ++ $(MAKE) $(MAKEF) generic CC="$(CC)" IZ_BZIP2="$(IZ_BZIP2)" # extensions to perform SVR4 package-creation after compilation generic_pkg: generic svr4package |