From 432bc116fb34fd796c70132d184a3e3d1e126b4f Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 23 Apr 2015 23:31:58 +0200 Subject: [PATCH] openssl: fix typo on arm config. --- lfs/openssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/openssl b/lfs/openssl index 6872f103ed..699f3603dc 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -66,7 +66,7 @@ endif endif ifeq "$(MACHINE)" "armv5tel" - CONFIGURE_OPIONS += linux-generic32 + CONFIGURE_OPTIONS += linux-generic32 endif ############################################################################### -- 2.39.2