components/jansson/patches/001-usr-include-jansson.patch
author Stephen Gaul Jr <steve.gaul@oracle.com>
Fri, 03 Jun 2016 09:30:42 -0700
changeset 6133 73641150a4de
parent 2190 0e3f360be1b9
permissions -rw-r--r--
PSARC/2016/217 Smartcard Reintroduction PSARC/2016/218 USB CCID PSARC/2016/221 PC/SC Lite smartcard middleware 22017759 Add pcsclite v1.8.14 to Userland consolidation 22017751 Add libccid v1.4.20 to Userland consolidation

Tomas Heran <[email protected]>
Need to install header files to /usr/include/jansson
This patch will not be reported upstream.

diff -r fa5b56b77f9c -r 10395313a7ae jansson.pc.in
--- a/jansson.pc.in	Tue Oct 28 16:31:32 2014 +0100
+++ b/jansson.pc.in	Tue Oct 28 17:05:35 2014 +0100
@@ -1,7 +1,7 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
-includedir=${prefix}/include
+includedir=${prefix}/include/jansson
 
 Name: Jansson
 Description: Library for encoding, decoding and manipulating JSON data