Skip to content

Commit

Permalink
buildfirm error due to : pkg-shlibdeps: error: cannot find library li…
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Jun 24, 2023
1 parent b0c35ec commit 743bd7b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions debian/rules.em
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,13 @@ override_dh_shlibdeps:
# In case we're installing to a non-standard location, look for a setup.sh
# in the install tree that was dropped by catkin, and source it. It will
# set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH.
if [ -f "@(InstallationPrefix)/setup.sh" ]; then . "@(InstallationPrefix)/setup.sh"; fi && \
dh_shlibdeps -l$(CURDIR)/debian/@(Package)/@(InstallationPrefix)/lib/
#
# buildfirm error due to : pkg-shlibdeps: error: cannot find library libm.so.6 needed
# https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/479
# https://github.com/ros/rosdistro/pull/37745
#
# if [ -f "@(InstallationPrefix)/setup.sh" ]; then . "@(InstallationPrefix)/setup.sh"; fi && \
# dh_shlibdeps -l$(CURDIR)/debian/@(Package)/@(InstallationPrefix)/lib/

override_dh_auto_install:
# In case we're installing to a non-standard location, look for a setup.sh
Expand Down

0 comments on commit 743bd7b

Please sign in to comment.