GNOME Bugzilla – Bug 796684
openssl: build on Architecture.ARMv7 and Platform.LINUX fails
Last modified: 2018-06-30 13:32:04 UTC
Looking openssl.recipe, -D__ARM_MAX_ARCH__=7 was added only for Platform.ANDROID, but not Platform.Linux. This lead a build running on a Raspberry Pi 3 to fail on OpenSSL.
Created attachment 372836 [details] [review] cerbero: openssl.recipe patch
Pushed as: commit ee85f44c7f5faf4b0479ac7427d4be617d4b6726 Author: Vincenzo Bono <vincenzo.bono@gmail.com> Date: Tue Jun 26 20:43:29 2018 +0200 cerbero: openssl.recipe patch Added Platform.Linux in or to Platform.android, before the check for Architecture.ARMv7. https://bugzilla.gnome.org/show_bug.cgi?id=796684
Also pushed as 31031e14ecc152f798e401fed3ea7f3e0cecb0bb to the 1.14 stable branch.