Accepting request 197451 from Base:System
Fix armv6l arch (armv7 was previously used to build armv6 which lead to illegal instruction when used) (forwarded request 197443 from Guillaume_G) OBS-URL: https://build.opensuse.org/request/show/197451 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssl?expand=0&rev=95
This commit is contained in:
parent
a79c9d166c
commit
dbd1e42ea5
@ -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
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user