summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsvenschneider2013-05-30 11:54:57 +0200
committersvenschneider2013-05-30 11:54:57 +0200
commiteab90212e1121dc22a60031aa23e6b1bc558ee5c (patch)
treed9051de8054ce3310358f8d3b12fb1db5dff006f
parent087bc67cd8e2b30a0d0e0f1b3a06b687f3e76067 (diff)
downloadaur-orocos-ocl.tar.gz
orocos-ocl: fixed problem with log4cpp include path
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a587642639d..7497496e3cea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = orocos-ocl
pkgdesc = Open Robot Control Software is a tool to create real-time robotics applications using modular, run-time configurable software components (Orocos Component Library)
pkgver = 2.6.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.orocos.org/rtt
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index e4a4e255fde1..1eaceb24228d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=orocos-ocl
_pkgname=orocos-toolchain
pkgver=2.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="Open Robot Control Software is a tool to create real-time robotics applications using modular, run-time configurable software components (Orocos Component Library)"
arch=('i686' 'x86_64')
url="http://www.orocos.org/rtt"
@@ -26,7 +26,7 @@ build() {
# this is a bit hacky: finding the orocos version of log4cpp with cmake does
# not work so we need to provide the complete information from here
cmake -DCMAKE_INSTALL_PREFIX=/usr \
- -DLOG4CPP_INCLUDE_DIRS=/usr/include/orocos \
+ -DLOG4CPP_INCLUDE_DIR=/usr/include/orocos \
-DLOG4CPP_LIBRARIES=orocos-log4cpp \
-DLOG4CPP_LIBRARY_DIRS=/usr/lib \
-DLOG4CPP_LIBRARY=/usr/lib/liborocos-log4cpp.so \