summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelix Exner2020-12-20 21:58:21 +0100
committerFelix Exner2020-12-20 21:58:21 +0100
commitef4667a245f126df3de2cc7caa9bcc79a3f4ad1e (patch)
tree6a565a9ebf28247eda1c9d8e7467d183787fa1ac /PKGBUILD
parent7c800e3777edabfe63e94eaa79e60fe5ff3d17eb (diff)
downloadaur-ef4667a245f126df3de2cc7caa9bcc79a3f4ad1e.tar.gz
Explicitly use boost 1.69
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0474b6ed07d0..b4fecd41aecf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname='ros-melodic-stereo-image-proc'
pkgver='1.15.0'
_pkgver_patch=0
arch=('any')
-pkgrel=1
+pkgrel=2
license=('BSD')
ros_makedepends=(
@@ -70,7 +70,8 @@ build() {
-DPYTHON_INCLUDE_DIR=/usr/include/python3.7m \
-DPYTHON_LIBRARY=/usr/lib/libpython3.7m.so \
-DPYTHON_BASENAME=.cpython-37m \
- -DSETUPTOOLS_DEB_LAYOUT=OFF
+ -DSETUPTOOLS_DEB_LAYOUT=OFF \
+ -DBOOST_ROOT=/opt/boost1.69
make
}