~ubuntu-branches/ubuntu/precise/ginkgocadx/precise

« back to all changes in this revision

Viewing changes to debian/patches/drop_rpath.patch

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2011-09-09 08:39:26 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: package-import@ubuntu.com-20110909083926-iktecd132cnku5cd
Tags: 2.5.4.0~rc-1
New upstream version (patches were applied)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- ginkgocadx-2.5.1.0.orig/src/lightvisualizator/CMakeLists.txt
2
 
+++ ginkgocadx-2.5.1.0/src/lightvisualizator/CMakeLists.txt
3
 
@@ -81,7 +81,7 @@
4
 
 SET_TARGET_PROPERTIES(${PROJECT_NAME} PROPERTIES
5
 
        VERSION "${GINKGO_VERSION}" SOVERSION "${GINKGO_VERSION}"
6
 
        LINK_INTERFACE_LIBRARIES ""
7
 
-       INSTALL_RPATH_USE_LINK_PATH TRUE )
8
 
+       INSTALL_RPATH_USE_LINK_PATH FALSE )
9
 
 INSTALL(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION lib/ginkgocadx/Plugins)
10
 
 
11
 
 ################ LIBS ################