aports/testing/jshon/disable-werror.patch
2018-12-07 14:13:42 +00:00

11 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?=/