diff --git a/openssl.changes b/openssl.changes index b8992ea..725cdb4 100644 --- a/openssl.changes +++ b/openssl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 4 18:56:38 UTC 2013 - guillaume@opensuse.org + +- Fix armv6l arch (armv7 was previously used to build armv6 which + lead to illegal instruction when used) + ------------------------------------------------------------------- Mon Aug 12 06:05:03 UTC 2013 - shchang@suse.com diff --git a/openssl.spec b/openssl.spec index 5fc4eef..3ea8725 100644 --- a/openssl.spec +++ b/openssl.spec @@ -181,6 +181,9 @@ sed -i -e "s|#define DATE \(.*\).LC_ALL.*date.|#define DATE \1$CHANGES|" crypto/ %ifarch armv5el armv5tel export MACHINE=armv5el %endif +%ifarch armv6l armv6hl +export MACHINE=armv6l +%endif ./config --test-sanity # config_flags="threads shared no-rc5 no-idea \