From 9897d35ee6e17601b2904edf3c1dee036dc74a55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 26 Feb 2018 17:43:57 +0100 Subject: [PATCH] botan: fix mips* build --- srcpkgs/botan/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/botan/template b/srcpkgs/botan/template index cf9e60872f0..c32e8fc498f 100644 --- a/srcpkgs/botan/template +++ b/srcpkgs/botan/template @@ -113,6 +113,7 @@ do_configure() { # configure.py sometimes(?) creates invalid "-march= " and "-mtune= " without parameter sed -i Makefile \ -e"s;-std= ;-std=c++11 ;" \ + -e"s;-mabi= ;;" \ -e"s;-march= ;-march=${_march} ;" \ -e"s;-mtune= ;-mtune=${_tune} ;" \ -e"s;-mfloat-abi= ;-mfloat-abi=${_float} ;"