From 6e696bee049bdbddbe95e6a42d443106000a223c Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 22 Aug 2015 12:28:04 +0200 Subject: [PATCH] openssl: Enable build on x86_64 Signed-off-by: Michael Tremer --- lfs/openssl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lfs/openssl b/lfs/openssl index 670018ae8d..e2df1dbc61 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -62,6 +62,10 @@ CONFIGURE_OPTIONS = \ no-srp \ -DSSL_FORBID_ENULL +ifeq "$(MACHINE)" "x86_64" + CONFIGURE_ARGS = linux-x86_64 +endif + ifeq "$(MACHINE)" "i586" CONFIGURE_OPTIONS += linux-elf -- 2.39.2