[gazebo] 01/01: Patch linking for gcc5

Jose Luis Rivero jrivero-guest at moszumanska.debian.org
Thu Sep 24 23:06:02 UTC 2015


This is an automated email from the git hooks/post-receive script.

jrivero-guest pushed a commit to branch devel/6.0.0
in repository gazebo.

commit 149ee0dc7c54afe2939909632fff9f4b762b8c58
Author: Jose Luis Rivero <jrivero at osrfoundation.org>
Date:   Tue Sep 15 02:48:09 2015 +0200

    Patch linking for gcc5
---
 debian/patches/0001-linking-problem.patch | 16 ++++++++++++++++
 debian/patches/series                     |  1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/0001-linking-problem.patch b/debian/patches/0001-linking-problem.patch
new file mode 100644
index 0000000..cf5fc4a
--- /dev/null
+++ b/debian/patches/0001-linking-problem.patch
@@ -0,0 +1,16 @@
+Description: Fix linking problem with gcc5
+Author: Jose Luis Rivero <jrivero at osrfoundation.org>
+Forwarded: no
+
+diff --git a/gazebo/physics/CMakeLists.txt b/gazebo/physics/CMakeLists.txt
+index ef79380..0974ac3 100644
+--- a/gazebo/physics/CMakeLists.txt
++++ b/gazebo/physics/CMakeLists.txt
+@@ -125,6 +125,7 @@ configure_file (${CMAKE_CURRENT_SOURCE_DIR}/physics.hh.in
+ gz_add_library(gazebo_physics ${sources})
+ 
+ target_link_libraries(gazebo_physics
++  gazebo_sensors
+   gazebo_common
+   gazebo_util
+   gazebo_physics_ode
diff --git a/debian/patches/series b/debian/patches/series
index a9ad18e..4257c20 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+0001-linking-problem.patch
 0002_use_system_gtest.patch
 0005-fix-problems-on-manpage.patch
 0008-arial-font-removed-in-dfsg.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gazebo.git



More information about the debian-science-commits mailing list