diff options
Diffstat (limited to 'system/json-c/fix-libdir.patch')
-rw-r--r-- | system/json-c/fix-libdir.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/json-c/fix-libdir.patch b/system/json-c/fix-libdir.patch new file mode 100644 index 000000000..bf69168e7 --- /dev/null +++ b/system/json-c/fix-libdir.patch @@ -0,0 +1,11 @@ +--- json-c-0.13.1/Makefile.am.old 2018-03-06 04:13:22.000000000 +0000 ++++ json-c-0.13.1/Makefile.am 2018-07-19 02:12:00.270000000 +0000 +@@ -14,7 +14,7 @@ + + lib_LTLIBRARIES = libjson-c.la + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = /usr/lib/pkgconfig + pkgconfig_DATA = json-c.pc + + libjson_cincludedir = $(includedir)/json-c |