]> git.pld-linux.org Git - packages/apk-tools.git/blob - no-Werror.patch
- up to 2.10.5
[packages/apk-tools.git] / no-Werror.patch
1 --- apk-tools-2.10.5/Make.rules~        2020-02-18 15:19:48.000000000 +0100
2 +++ apk-tools-2.10.5/Make.rules 2021-10-20 23:00:57.635002409 +0200
3 @@ -71,7 +71,7 @@
4  INSTALLDIR     := $(INSTALL) -d
5  
6  CFLAGS         ?= -g -O2
7 -CFLAGS_ALL     := -Werror -Wall -Wstrict-prototypes -D_GNU_SOURCE -std=gnu99 -fPIC
8 +CFLAGS_ALL     := -Wall -Wstrict-prototypes -D_GNU_SOURCE -std=gnu99 -fPIC
9  CFLAGS_ALL     += $(CFLAGS)
10  
11  LDFLAGS                ?= -g
This page took 0.188499 seconds and 3 git commands to generate.