]> granicus.if.org Git - curl/commit
build: link curl to openssl libraries when openssl support is enabled
authorPaul Howarth <paul@city-fan.org>
Fri, 9 Jan 2015 09:49:20 +0000 (09:49 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 26 Mar 2015 12:23:37 +0000 (13:23 +0100)
commit559e2cc921c58998f1f58ef47ba34901709fd55b
treecf35c0b6fb0cad9bc04c81993b1a2df72644cb7f
parent318ad8d767a982b33c828d08bf9eddb5b32d21df
build: link curl to openssl libraries when openssl support is enabled

This fixes a build failure where openssl and libmetalink are used
together and the system linker does not do implicit linking (e.g.
Fedora 13 and later releases). The MD5 functions required for
metalink support must be pulled in from the openssl crypto library.

This is similar to commit c6e7cbb94e669b85d3eb8e015ec51d0072112133,
which fixes the same sort of problem for NSS builds.
configure.ac
src/Makefile.am