summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbionade242020-12-21 19:33:20 +0100
committerbionade242020-12-21 19:33:20 +0100
commitc8bc07036e1de6648b2c4f5e6b84532b696476a9 (patch)
tree67d00fd773386469ec0720ff61d69b4ff9ca54a1 /PKGBUILD
parent9722c0ec2b672080e48e305c8b24f52a11ca3adb (diff)
downloadaur-c8bc07036e1de6648b2c4f5e6b84532b696476a9.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 5b3010c18c2f..def6e045b901 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ url='https://www.wiki.ros.org/ROS'
pkgname='ros-melodic-ros'
pkgver='1.14.9'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
-pkgrel=3
+pkgrel=4
license=('BSD')
ros_makedepends=(
@@ -58,7 +58,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
}