diff mbox

[1/1] libressl: add host variant

Message ID 20170716162152.5137-1-Adamduskett@outlook.com
State Superseded, archived
Headers show

Commit Message

Adam Duskett July 16, 2017, 4:21 p.m. UTC
If a package can be compiled against libressl, the package can build
against a host variant as well.

We shouldn't be mixing OpenSSL and LibreSSL either, and forcing the
user to download and build OpenSSL when they selected LibreSSL causes
confusion and could potentially break things.

Let users who want to use LibreSSL use LibreSSL, and users who want
to use OpenSSL use OpenSSL.

Signed-off-by: Adam Duskett <Adamduskett@outlook.com>
---
 package/libressl/libressl.mk | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/package/libressl/libressl.mk b/package/libressl/libressl.mk
index ccd236d29..a4d4098f4 100644
--- a/package/libressl/libressl.mk
+++ b/package/libressl/libressl.mk
@@ -18,3 +18,4 @@  LIBRESSL_POST_INSTALL_TARGET_HOOKS += LIBRESSL_REMOVE_BIN
 endif
 
 $(eval $(autotools-package))
+$(eval $(host-autotools-package))