From: Michael Tremer Date: Sat, 22 Aug 2015 10:28:04 +0000 (+0200) Subject: openssl: Enable build on x86_64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6e696bee049bdbddbe95e6a42d443106000a223c;p=people%2Fms%2Fipfire-2.x.git openssl: Enable build on x86_64 Signed-off-by: Michael Tremer --- 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