components/curl/patches/003-Makefile.in.patch
author Rich Burridge <rich.burridge@oracle.com>
Tue, 02 May 2017 17:33:26 -0700
changeset 7964 d9801318ed3d
parent 2151 8977d970976a
permissions -rw-r--r--
25981468 Build ilmbase and openexr with the GNU compilers
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
Adjusted to include all the libraries needed to successfully link on Solaris.
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
Note that on S11, the LIBS line will need to be:
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 174
diff changeset
     4
LIBS = $(BLANK_AT_MAKETIME) -lsocket -lresolv -lnsl -lgen
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 174
diff changeset
     5
as -lsocket and -lnsl have not yet been subsumed into libc.
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 174
diff changeset
     6
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 174
diff changeset
     7
This patch needs to be sent upstream, but needs to be reworked first.
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 174
diff changeset
     8
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 174
diff changeset
     9
--- tests/server/Makefile.in.orig	2014-09-10 12:16:40.748828978 -0700
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 174
diff changeset
    10
+++ tests/server/Makefile.in	2014-09-10 12:17:11.065886554 -0700
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 174
diff changeset
    11
@@ -377,7 +377,7 @@
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    12
 LIBOBJS = @LIBOBJS@
2151
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 174
diff changeset
    13
 
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 174
diff changeset
    14
 # Prevent LIBS from being used for all link targets
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 174
diff changeset
    15
-LIBS = $(BLANK_AT_MAKETIME)
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 174
diff changeset
    16
+LIBS = $(BLANK_AT_MAKETIME) -lresolv -lgen
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    17
 LIBTOOL = @LIBTOOL@
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    18
 LIPO = @LIPO@
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    19
 LN_S = @LN_S@