components/curl/patches/005-libcurl.pc.in.patch
author Rich Burridge <rich.burridge@oracle.com>
Mon, 16 Nov 2015 21:09:02 -0800
changeset 5096 e1f2390f1e8a
parent 2151 8977d970976a
permissions -rw-r--r--
22221068 R packages missing their TPNO meta-data

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