index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/thrift/PKGBUILD | 8 |
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 + ' +)" |