Merge pull request #409 from Minipada/master

octomap-ros: solves link issue with liboctomap.so and local ros installation
This commit is contained in:
Lukas Bulwahn 2016-09-19 10:22:09 +02:00 committed by GitHub
commit 30cb3fe3c1
1 changed files with 1 additions and 0 deletions

View File

@ -17,4 +17,5 @@ do_configure_append() {
sed -i -e 's: /usr/lib/liboctomap.so: ${STAGING_LIBDIR}/liboctomap.so:g' \
-e 's: /usr/lib/liboctomath.so: ${STAGING_LIBDIR}/liboctomath.so:g' \
${B}/CMakeFiles/octomap_ros.dir/build.make
sed -i -e 's:-L\/opt\/ros\/indigo\/lib::g' ${B}/CMakeFiles/octomap_ros.dir/link.txt
}