From 82fe4bbca3b2d05b5baeed5b52460619adcf44f7 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 11 Jul 2017 06:44:52 +0200 Subject: botan: -O3 -> -O2 to fix build issue --- community/botan/PKGBUILD | 1 + 1 file changed, 1 insertion(+) create mode 100644 community/botan/PKGBUILD (limited to 'community') diff --git a/community/botan/PKGBUILD b/community/botan/PKGBUILD new file mode 100644 index 00000000..a70aba1f --- /dev/null +++ b/community/botan/PKGBUILD @@ -0,0 +1 @@ +eval "$(declare -f build | sed "s|python.*;|\0\n sed -i 's@-O2@-O3@g' Makefile;|")" -- cgit v1.2.3