summaryrefslogtreecommitdiffhomepage
path: root/patches/clzip-1.12_pre.local.patch
blob: 5717529050744ef4fa6a56f90c23767dbc5f05da (plain)
1
2
3
4
5
6
7
8
9
10
11
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.