blob: e4eebdec8fcfb0aac7789cde67165ea4da2b69ff (
plain)
1
2
3
4
5
6
7
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
'
)"
|