forked from pool/openssl
Accepting request 130358 from Base:System
- fix build on armv5 (bnc#774710) (forwarded request 130344 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/130358 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssl?expand=0&rev=80
This commit is contained in:
parent
05940ba9a1
commit
e5e7ad330f
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 7 17:17:34 UTC 2012 - dmueller@suse.com
|
||||||
|
|
||||||
|
- fix build on armv5 (bnc#774710)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 10 19:18:06 UTC 2012 - crrodriguez@opensuse.org
|
Thu May 10 19:18:06 UTC 2012 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
@ -210,6 +210,9 @@ CHANGES=`stat --format="%y" %SOURCE1`
|
|||||||
sed -i -e "s|#define DATE \(.*\).LC_ALL.*date.|#define DATE \1$CHANGES|" crypto/Makefile
|
sed -i -e "s|#define DATE \(.*\).LC_ALL.*date.|#define DATE \1$CHANGES|" crypto/Makefile
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%ifarch armv5el armv5tel
|
||||||
|
export MACHINE=armv5el
|
||||||
|
%endif
|
||||||
./config --test-sanity
|
./config --test-sanity
|
||||||
#
|
#
|
||||||
config_flags="threads shared no-rc5 no-idea \
|
config_flags="threads shared no-rc5 no-idea \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user