FreeBSD: Link against OpenSSL in base. submit/tizen/20191203.210336
authorAlastair Poole <netstar@gmail.com>
Tue, 3 Dec 2019 18:50:38 +0000 (18:50 +0000)
committerJongmin Lee <jm105.lee@samsung.com>
Tue, 3 Dec 2019 20:55:42 +0000 (05:55 +0900)
commita6e2056c4730f706e8301917c6d7adf0f0af3a52
tree61e573cd2c930b48790d14166801fd33b601605c
parent33566ba99e8ada74bac773d3625de1dd9ad98420
FreeBSD: Link against OpenSSL in base.

Summary:
When pulling in OpenSSL and building against the
port there are some linker complications.

For example, doing a TLS HTTP transaction will
crash in libcurl which was built against
OpenSSL in base. If we link against FreeBSD's
OpenSSL these issues are resolved.

Test Plan:
On FreeBSD use the openssl port and build EFL
against it.

1) Upload a screenshot in E (segv).
2) Click on a link to image in terminology over
HTTPS (segv).

Reviewers: bu5hm4n, raster

Reviewed By: raster

Subscribers: cedric, Peter2121, #reviewers, q66, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10789
meson.build