components/curl/patches/005-libcurl.pc.in.patch
author pkidd <patrick.kidd@oracle.com>
Wed, 06 Apr 2016 10:50:15 -0700
branchs11u3-sru
changeset 5735 e1efaec5fd4c
parent 4103 0a3f0d2f2c86
permissions -rw-r--r--
Added tag 0.175.3.8.0.1.0, S11.3SRU8.1 for changeset 173f0c0430a8

Provide the correct Solaris curl include directory.

This patch should be send upstream, but needs to be reworked into something
that they will accept.

--- libcurl.pc.in.orig	2014-09-10 12:23:52.455848654 -0700
+++ libcurl.pc.in	2014-09-10 12:24:13.252589181 -0700
@@ -26,7 +26,7 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
-includedir=@includedir@
+includedir=@includedir@/curl
 supported_protocols="@SUPPORT_PROTOCOLS@"
 supported_features="@SUPPORT_FEATURES@"