From 67c452705ccf5773acae59a6a30944af0a18e94d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 28 Dec 2017 21:11:51 +0100 Subject: community/thrift: boost is not found on i686 - why is that ? --- community/thrift/PKGBUILD | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 community/thrift/PKGBUILD diff --git a/community/thrift/PKGBUILD b/community/thrift/PKGBUILD new file mode 100644 index 00000000..e4eebdec --- /dev/null +++ b/community/thrift/PKGBUILD @@ -0,0 +1,8 @@ +# somehow, the directory of boost is wrongly determined during configure + +eval "$( + declare -f build | \ + sed ' + 4 a sed -i '"'"'/^\\s*libsubdirs=/{ :a; /\\*)/{ s/$/\\nlibsubdirs=lib/; b; }; N; ba; }'"'"' configure + ' +)" -- cgit v1.2.3