summaryrefslogtreecommitdiff
path: root/src/stage3/patches/boost-libs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage3/patches/boost-libs.patch')
-rw-r--r--src/stage3/patches/boost-libs.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/stage3/patches/boost-libs.patch b/src/stage3/patches/boost-libs.patch
new file mode 100644
index 0000000..da60b61
--- /dev/null
+++ b/src/stage3/patches/boost-libs.patch
@@ -0,0 +1,11 @@
+--- a/PKGBUILD 2018-03-17 18:52:01.668936255 +0100
++++ b/PKGBUILD 2018-03-17 19:06:24.436261723 +0100
+@@ -28,7 +28,7 @@ build() {
+
+ ./bootstrap.sh --with-toolset=gcc --with-icu --with-python=/usr/bin/python2
+
+- _bindir="bin.linuxx86"
++ _bindir="bin.linux"
+ [[ "${CARCH}" = "x86_64" ]] && _bindir="bin.linuxx86_64"
+ install -Dm755 tools/build/src/engine/$_bindir/b2 "${_stagedir}"/bin/b2
+