[Fdo-trac] [fdo-trac] #967: If building FDO with internal openssl/libcurl, building libcurl insists on linking to system openssl instead of internal copy

FDO trac_fdo at osgeo.org
Fri Feb 1 03:52:42 PST 2019


#967: If building FDO with internal openssl/libcurl, building libcurl insists on
linking to system openssl instead of internal copy
--------------------------+----------------------
 Reporter:  jng           |        Owner:  jng
     Type:  defect        |       Status:  closed
 Priority:  major         |    Milestone:
Component:  Build System  |      Version:
 Severity:  3             |   Resolution:  fixed
 Keywords:                |  External ID:
--------------------------+----------------------
Changes (by jng):

 * status:  reopened => closed
 * resolution:   => fixed


Comment:

 In [changeset:"7826" 7826]:
 {{{
 #!CommitTicketReference repository="" revision="7826"
 The previous attempt to get libcurl to build against internal openssl
 didn't work because internal openssl does not produce an installation
 layout that can be directly recognized by the --with-ssl switch for
 libcurl's configure script. This commit configures openssl to install to
 the "_install" directory. The build.sh of libcurl will invoke configure
 with this directory for --with-ssl if it exists.

 Also the cmake_bootstrap.sh builds libcurl before openssl, which is the
 wrong order. So that is fixed as well.

 Fixes #967 for real
 }}}

-- 
Ticket URL: <https://trac.osgeo.org/fdo/ticket/967#comment:3>
FDO <http://fdo.osgeo.org/>
Feature Data Objects


More information about the fdo-trac mailing list