summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbionade242020-12-21 19:36:10 +0100
committerbionade242020-12-21 19:36:10 +0100
commitfa749ae36d053d93fd711b153f9a8aac5514624b (patch)
tree4081a5d7a1181071a75a5ec92a4e54a6dc882b0c /PKGBUILD
parentdde1af7f67f554347de435d9e709af14432072e2 (diff)
downloadaur-fa749ae36d053d93fd711b153f9a8aac5514624b.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 e08ef0c6b4ea..f1ce6310b75e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='Generic CAN interface description with helpers for filtering and driver
url="http://wiki.ros.org/socketcan_interface?distro=melodic"
pkgver='0.8.5'
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
license=('LGPL3')
@@ -43,7 +43,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
}