* [Buildroot] [PATCH/next 1/1] package/botan: fix altivec support
@ 2018-08-26 11:29 Bernd Kuhls
2018-08-27 9:19 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2018-08-26 11:29 UTC (permalink / raw)
To: buildroot
configure.py only supports --disable-altivec.
Fixes
http://autobuild.buildroot.net/results/318/3187afa3eea77e5de0e0fe14717bfc080da08117/
Added license hash URL.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/botan/botan.hash | 2 +-
package/botan/botan.mk | 4 +---
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/package/botan/botan.hash b/package/botan/botan.hash
index df804bc1ef..eeb94145b9 100644
--- a/package/botan/botan.hash
+++ b/package/botan/botan.hash
@@ -1,4 +1,4 @@
-# Locally calculated after checking pgp signature
+# From https://botan.randombit.net/releases/sha256sums.txt
sha256 e42df91556317588c6ca0e41bf796f9bd5ec5c70e0668e6c97c608c697c24a90 Botan-2.7.0.tgz
# Locally computed
sha256 40cfd35a9e34d18463806f57553c968fdbaf254a2e2a636d1d8e32ff6b698495 license.txt
diff --git a/package/botan/botan.mk b/package/botan/botan.mk
index eb817f62d9..39a2c4c72b 100644
--- a/package/botan/botan.mk
+++ b/package/botan/botan.mk
@@ -70,9 +70,7 @@ BOTAN_DEPENDENCIES += zlib
BOTAN_CONF_OPTS += --with-zlib
endif
-ifeq ($(BR2_POWERPC_CPU_HAS_ALTIVEC),y)
-BOTAN_CONF_OPTS += --enable-altivec
-else
+ifeq ($(BR2_POWERPC_CPU_HAS_ALTIVEC),)
BOTAN_CONF_OPTS += --disable-altivec
endif
--
2.18.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH/next 1/1] package/botan: fix altivec support
2018-08-26 11:29 [Buildroot] [PATCH/next 1/1] package/botan: fix altivec support Bernd Kuhls
@ 2018-08-27 9:19 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2018-08-27 9:19 UTC (permalink / raw)
To: buildroot
Hello,
On Sun, 26 Aug 2018 13:29:59 +0200, Bernd Kuhls wrote:
> configure.py only supports --disable-altivec.
>
> Fixes
> http://autobuild.buildroot.net/results/318/3187afa3eea77e5de0e0fe14717bfc080da08117/
>
> Added license hash URL.
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/botan/botan.hash | 2 +-
> package/botan/botan.mk | 4 +---
> 2 files changed, 2 insertions(+), 4 deletions(-)
Applied to next, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-08-27 9:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-26 11:29 [Buildroot] [PATCH/next 1/1] package/botan: fix altivec support Bernd Kuhls
2018-08-27 9:19 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox