components/curl/patches/005-libcurl.pc.in.patch
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Mon, 04 May 2015 18:32:20 -0500
changeset 4251 2bf7e2c1ca74
parent 2151 8977d970976a
permissions -rw-r--r--
21029374 probably shouldn't overload TMP_SUFFIXES in userland fragments
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2151
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 174
diff changeset
     1
Provide the correct Solaris curl include directory.
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 174
diff changeset
     2
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 174
diff changeset
     3
This patch should be send upstream, but needs to be reworked into something
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 174
diff changeset
     4
that they will accept.
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 174
diff changeset
     5
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 174
diff changeset
     6
--- libcurl.pc.in.orig	2014-09-10 12:23:52.455848654 -0700
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 174
diff changeset
     7
+++ libcurl.pc.in	2014-09-10 12:24:13.252589181 -0700
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     8
@@ -26,7 +26,7 @@
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     9
 prefix=@prefix@
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    10
 exec_prefix=@exec_prefix@
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    11
 libdir=@libdir@
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    12
-includedir=@includedir@
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    13
+includedir=@includedir@/curl
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    14
 supported_protocols="@SUPPORT_PROTOCOLS@"
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    15
 supported_features="@SUPPORT_FEATURES@"
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    16