diff options
author | Nathan Owens <ndowens@artixlinux.org> | 2020-10-25 16:46:39 +0000 |
---|---|---|
committer | Nathan <ndowens@artixlinux.org> | 2020-10-26 17:25:27 +0000 |
commit | 69b47e068d8901416edab27d3184fede170c365a (patch) | |
tree | 4b60e415cad9d7e521f537cc577584240f85857a /system/json-c/fix-libdir.patch | |
parent | f7628676c6a915f3ab24cfae976b973e1d041245 (diff) | |
download | packages-69b47e068d8901416edab27d3184fede170c365a.tar.gz packages-69b47e068d8901416edab27d3184fede170c365a.tar.bz2 packages-69b47e068d8901416edab27d3184fede170c365a.tar.xz packages-69b47e068d8901416edab27d3184fede170c365a.zip |
system/json-c: upgrade to 0.15
Diffstat (limited to 'system/json-c/fix-libdir.patch')
-rw-r--r-- | system/json-c/fix-libdir.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/system/json-c/fix-libdir.patch b/system/json-c/fix-libdir.patch deleted file mode 100644 index bf69168e7..000000000 --- a/system/json-c/fix-libdir.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |