components/curl/patches/005-libcurl.pc.in.patch
author Ben Chang <Benjamin.Chang@Oracle.COM>
Thu, 03 Sep 2015 10:37:09 -0700
branchs11u2-sru
changeset 4846 c9d26ef6cefd
parent 4799 f6da2b76c51b
permissions -rw-r--r--
21674580 Upgrade Solaris to BIND 9.6-ESV-R11-P3 21674511 problem in SERVICE/DNS-SERVER

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@"