From: Arne Fitzenreiter Date: Thu, 23 Apr 2015 21:31:58 +0000 (+0200) Subject: openssl: fix typo on arm config. X-Git-Tag: v2.17-core91~106 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=432bc116fb34fd796c70132d184a3e3d1e126b4f;p=people%2Fstevee%2Fipfire-2.x.git openssl: fix typo on arm config. --- 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 ###############################################################################