[Marble-commits] branches/KDE/4.5/kdeedu/marble
Jens-Michael Hoffmann
jensmh at gmx.de
Wed Jun 9 23:11:32 CEST 2010
SVN commit 1136443 by jmhoffmann:
Author: Modestas Vainius <modax at debian.org>
Description: do not ship marble plugins with useless R(UN)PATH=/usr
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582139
Last-Update: 2010-06-07
Backport of 1136081 from trunk.
M +2 -2 MarbleMacros.cmake
--- branches/KDE/4.5/kdeedu/marble/MarbleMacros.cmake #1136442:1136443
@@ -36,7 +36,7 @@
INSTALL_RPATH_USE_LINK_PATH TRUE
SKIP_BUILD_RPATH TRUE
BUILD_WITH_INSTALL_RPATH TRUE
- INSTALL_RPATH ${CMAKE_INSTALL_PREFIX}/${LIB_SUFFIX} )
+ )
endmacro( marble_add_plugin _target_name )
@@ -81,7 +81,7 @@
INSTALL_RPATH_USE_LINK_PATH TRUE
SKIP_BUILD_RPATH TRUE
BUILD_WITH_INSTALL_RPATH TRUE
- INSTALL_RPATH ${CMAKE_INSTALL_PREFIX}/${LIB_SUFFIX} )
+ )
endmacro( marble_add_designer_plugin _target_name )
More information about the Marble-commits
mailing list