summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-12-28 21:11:51 +0100
committerErich Eckner <git@eckner.net>2017-12-28 21:11:51 +0100
commit67c452705ccf5773acae59a6a30944af0a18e94d (patch)
treef36d45b2389117de0d0d7e3906e3702f5352af77 /community
parent1ccc283d536e03df94a9e8b95ec2cb1f1390a089 (diff)
downloadpackages-67c452705ccf5773acae59a6a30944af0a18e94d.tar.xz
community/thrift: boost is not found on i686 - why is that ?
Diffstat (limited to 'community')
-rw-r--r--community/thrift/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
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
+ '
+)"