diff options
author | Ørjan Malde <red@foxi.me> | 2021-01-13 12:44:31 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2021-01-13 19:36:32 +0000 |
commit | bf3226042ffdf03ab1c43c31c6ea4d8541191ae7 (patch) | |
tree | b4161823c03de6afb37618bb1e02aac3ff718278 /patches | |
parent | f9e6ae64696ea0c1e327b59aa39d91ad3ffbe276 (diff) | |
download | midipix_build-bf3226042ffdf03ab1c43c31c6ea4d8541191ae7.tar.bz2 midipix_build-bf3226042ffdf03ab1c43c31c6ea4d8541191ae7.tar.xz |
groups/221.native_packages_dev.group: clzip: bump to v1.12
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
Diffstat (limited to 'patches')
-rw-r--r-- | patches/clzip-1.12_pre.local.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/clzip-1.12_pre.local.patch b/patches/clzip-1.12_pre.local.patch new file mode 100644 index 00000000..57175290 --- /dev/null +++ b/patches/clzip-1.12_pre.local.patch @@ -0,0 +1,12 @@ +diff -ru clzip-1.12.orig/configure clzip-1.12/configure +--- clzip-1.12.orig/configure 2021-01-01 16:37:55.000000000 +0100 ++++ clzip-1.12/configure 2021-01-13 12:42:25.898898082 +0100 +@@ -22,7 +22,7 @@ + mandir='$(datarootdir)/man' + CC=gcc + CPPFLAGS= +-CFLAGS='-Wall -W -O2' ++CFLAGS ?= '-Wall -W -O2' + LDFLAGS= + + # checking whether we are using GNU C. |