summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-06-10 22:37:47 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-06-10 22:38:24 +0200
commit81621ce380198e9183d4d568c80bd2375a18037f (patch)
tree915bd99b73e528560a82f2b58dd07c7a0de25535 /package
parent01aaead0d32e5e43640285d870f22f31557af255 (diff)
json-c: fix compile
Diffstat (limited to 'package')
-rw-r--r--package/json-c/patches/patch-Makefile_in11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/json-c/patches/patch-Makefile_in b/package/json-c/patches/patch-Makefile_in
new file mode 100644
index 000000000..35a59a88d
--- /dev/null
+++ b/package/json-c/patches/patch-Makefile_in
@@ -0,0 +1,11 @@
+--- json-c-0.12.1.orig/Makefile.in 2016-06-07 05:36:51.000000000 +0200
++++ json-c-0.12.1/Makefile.in 2017-06-06 02:16:08.632880056 +0200
+@@ -389,7 +389,7 @@ target_alias = @target_alias@
+ top_build_prefix = @top_build_prefix@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-AM_CFLAGS = -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT
++AM_CFLAGS = -Wall -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT
+ EXTRA_DIST = README.html README-WIN32.html config.h.win32 doc json-c.vcproj
+ SUBDIRS = . tests
+ lib_LTLIBRARIES = libjson-c.la