summaryrefslogtreecommitdiff
path: root/community/thrift/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/thrift/PKGBUILD')
-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
+ '
+)"