components/curl/patches/005-libcurl.pc.in.patch
author Yiteng Zhang <yiteng.zhang@oracle.com>
Fri, 10 Apr 2015 16:50:24 -0700
branchs11-update
changeset 4103 0a3f0d2f2c86
parent 174 187aa0541610
permissions -rw-r--r--
20419429 Upgrade curl to version 7.40.0

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