openssl: Fix build on x86_64

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2015-08-22 23:29:45 +02:00
parent afe20cd56e
commit 377eaee288
2 changed files with 22 additions and 13 deletions

View File

@@ -63,7 +63,7 @@ CONFIGURE_OPTIONS = \
-DSSL_FORBID_ENULL
ifeq "$(MACHINE)" "x86_64"
CONFIGURE_ARGS = linux-x86_64
CONFIGURE_OPTIONS += linux-x86_64
endif
ifeq "$(MACHINE)" "i586"