summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2018-10-01 11:39:36 +0200
committerAlad Wenter2018-10-01 11:39:36 +0200
commita7768d82148ba1672136a0f08f369789cbdbb347 (patch)
tree695f9b990bcc53c348ba394a76e4f2ee9a7f859b
parent91f13404f3ec5f32a231f0c61887696e21982d0a (diff)
downloadaur-ros-lunar-rostime.tar.gz
Fix compilation with boost 1.67
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59c55b8740d4..2a8105a247f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Nov 12 16:15:27 UTC 2017
+# Mon Oct 1 09:37:48 UTC 2018
pkgbase = ros-lunar-rostime
pkgdesc = ROS - Time and Duration implementations for C++ libraries, including roscpp.
pkgver = 0.6.7
- pkgrel = 1
+ pkgrel = 2
url = http://ros.org/wiki/rostime
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 2d82002161b8..ace23418569d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname='ros-lunar-rostime'
pkgver='0.6.7'
_pkgver_patch=0
arch=('any')
-pkgrel=1
+pkgrel=2
license=('BSD')
ros_makedepends=(ros-lunar-catkin)
@@ -54,7 +54,8 @@ build() {
-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
-DPYTHON_BASENAME=-python2.7 \
-DSETUPTOOLS_DEB_LAYOUT=OFF \
- -DCATKIN_ENABLE_TESTING=OFF
+ -DCATKIN_ENABLE_TESTING=OFF \
+ -DCMAKE_CXX_FLAGS="-DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG"
make
}