diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-12-07 14:13:42 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-12-07 14:13:42 +0000 |
commit | 57818935b7a5a1bec426721e935238ff89b54684 (patch) | |
tree | 57667965c9397323ae54f34bcd3a78df03978f70 /testing/jshon/disable-werror.patch | |
parent | f5e27843a918b41fbc98b72fa86663eb0a3837a2 (diff) | |
download | aports-57818935b7a5a1bec426721e935238ff89b54684.tar.bz2 aports-57818935b7a5a1bec426721e935238ff89b54684.tar.xz |
testing/jshon: new aport
Diffstat (limited to 'testing/jshon/disable-werror.patch')
-rw-r--r-- | testing/jshon/disable-werror.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/jshon/disable-werror.patch b/testing/jshon/disable-werror.patch new file mode 100644 index 0000000000..fff4dc474e --- /dev/null +++ b/testing/jshon/disable-werror.patch @@ -0,0 +1,10 @@ +--- ./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?=/ |