summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbionade242020-12-21 19:25:14 +0100
committerbionade242020-12-21 19:25:14 +0100
commit60abdc1c6a53be4a931cdefabdd10942f827e7d0 (patch)
tree25cbb5193e424dc4b198adb3383d41809d7eb3ed /PKGBUILD
parent83a00fc2cf15f3f8a79bbc13460f80f62bd659d0 (diff)
downloadaur-60abdc1c6a53be4a931cdefabdd10942f827e7d0.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 276ac80b4b17..b9a365ae2590 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ url='https://wiki.ros.org/dynamic_reconfigure'
pkgname='ros-melodic-dynamic-reconfigure'
pkgver='1.6.3'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
-pkgrel=3
+pkgrel=4
license=('BSD')
ros_makedepends=(
@@ -63,7 +63,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
}