Blame patches/clzip-1.13_pre.local.patch

bf3226
diff -ru clzip-1.12.orig/configure clzip-1.12/configure
bf3226
--- clzip-1.12.orig/configure	2021-01-01 16:37:55.000000000 +0100
bf3226
+++ clzip-1.12/configure	2021-01-13 12:42:25.898898082 +0100
bf3226
@@ -22,7 +22,7 @@
bf3226
 mandir='$(datarootdir)/man'
bf3226
 CC=gcc
bf3226
 CPPFLAGS=
bf3226
-CFLAGS='-Wall -W -O2'
bf3226
+CFLAGS ?= '-Wall -W -O2'
bf3226
 LDFLAGS=
bf3226
 
bf3226
 # checking whether we are using GNU C.