]> git.pld-linux.org Git - packages/ldc.git/blob - ldc-no-default-rpath.patch
rpm version for noarch subpackage
[packages/ldc.git] / ldc-no-default-rpath.patch
1 Description:  Don't set a default rpath in global LDC configuration.
2 Author: Matthias Klumpp <mak@debian.org>
3
4 --- a/runtime/CMakeLists.txt
5 +++ b/runtime/CMakeLists.txt
6 @@ -247,7 +247,7 @@
7  # Default -rpath linker option when linking against shared libraries.
8  if(SHARED_LIBS_SUPPORTED)
9      set(SHARED_LIBS_RPATH         "${CMAKE_BINARY_DIR}/lib${LIB_SUFFIX}")
10 -    set(SHARED_LIBS_INSTALL_RPATH "${CMAKE_INSTALL_LIBDIR}")
11 +    set(SHARED_LIBS_INSTALL_RPATH "")
12  endif()
13  
14  # Only have either shared or static libs?
This page took 0.303812 seconds and 3 git commands to generate.