HomePhabricator

build: fix libressl detection
d9add719519eUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

build: fix libressl detection

Checking libcrypto for a function after we've already found a (possibly
different) libcrypto is not what we want to do here.

pkg-config might've found a cross lib while AC_CHECK_LIB may find a different
or native one.

Run a link-test against the lib that's already been found instead.

Details

Provenance
Cory Fields <cory-nospam-@coryfields.com>Authored on Aug 1 2015, 03:15
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGINGeddaba7b5692: Revert "Cache transaction validation successes"
Branches
Unknown
Tags
Unknown

Event Timeline

Cory Fields <cory-nospam-@coryfields.com> committed rSTAGINGd9add719519e: build: fix libressl detection (authored by Cory Fields <cory-nospam-@coryfields.com>).Aug 1 2015, 03:16