1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
aports/testing/jshon/disable-werror.patch
2018-12-07 14:13:42 +00:00

10 lines
251 B
Diff

--- ./Makefile
+++ ./Makefile
@@ -1,6 +1,6 @@
# jshon - command line JSON parsing
-CFLAGS := -std=c99 -Wall -pedantic -Wextra -Werror ${CFLAGS}
+CFLAGS := -std=c99 -Wall -pedantic -Wextra ${CFLAGS}
LDLIBS = -ljansson
INSTALL=install
DESTDIR?=/