[Buildroot] [PATCH v2 01/14] libressl: add host variant

Adam Duskett aduskett at gmail.com
Mon Jul 31 12:08:01 UTC 2017


If a package can be compiled against libressl, the package can build against
a host variant as well.

Signed-off-by: Adam Duskett <aduskett at gmail.com>
---
Changes v1 -> v2:
  - Added this patch to the beginning of this series.

 package/libressl/libressl.mk | 1 +
 1 file changed, 1 insertion(+)

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))
-- 
2.13.3



More information about the buildroot mailing list