summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbionade242020-12-21 19:25:01 +0100
committerbionade242020-12-21 19:25:01 +0100
commitad1915639a5eb0bce392a87dcb62a71582834a59 (patch)
treecf088cceed99f531c9ad0b445b8752668bc1beb1 /PKGBUILD
parent96197c07ac8493f94e5727731fc61ac46379dd10 (diff)
downloadaur-ad1915639a5eb0bce392a87dcb62a71582834a59.tar.gz
Set -DBoost_NO_SYSTEM_PATHS=TRUE as cmake flag
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2cb3020daa8c..185a78ce4888 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname='ros-melodic-depth-image-proc'
pkgver='1.15.0'
_pkgver_patch=0
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
-pkgrel=2
+pkgrel=3
license=('BSD')
ros_makedepends=(
@@ -70,7 +70,8 @@ build() {
-DCMAKE_INSTALL_PREFIX=/opt/ros/melodic \
-DPYTHON_EXECUTABLE=/usr/bin/python3 \
-DSETUPTOOLS_DEB_LAYOUT=OFF \
- -DBOOST_ROOT=/opt/boost1.69
+ -DBOOST_ROOT=/opt/boost1.69 \
+ -DBoost_NO_SYSTEM_PATHS=TRUE
make
}