diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-02-07 13:46:33 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-02-07 13:47:19 +0100 |
commit | 120a747aea14fdcf1449a8264f90b048bcd5d97a (patch) | |
tree | a95c44241715f5f9bde728daac9cab16f012f07f /testing/elektra/cmake-allow-override-rpath.patch | |
parent | 03c1bdba4241495011fc68cc4839efc34e21ae3f (diff) | |
download | aports-120a747aea14fdcf1449a8264f90b048bcd5d97a.tar.bz2 aports-120a747aea14fdcf1449a8264f90b048bcd5d97a.tar.xz |
testing/elektra: new aport
https://www.libelektra.org
A universal and secure framework to access configuration parameters
Diffstat (limited to 'testing/elektra/cmake-allow-override-rpath.patch')
-rw-r--r-- | testing/elektra/cmake-allow-override-rpath.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/elektra/cmake-allow-override-rpath.patch b/testing/elektra/cmake-allow-override-rpath.patch new file mode 100644 index 0000000000..bc7f106d0c --- /dev/null +++ b/testing/elektra/cmake-allow-override-rpath.patch @@ -0,0 +1,13 @@ +Allow to override CMAKE_INSTALL_RPATH. + +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -7,7 +7,7 @@ + + #fix macOS RPATH issues + set(CMAKE_MACOSX_RPATH 1) +-SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib") ++SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib" CACHE STRING "The rpath to use for installed targets.") + + #additional modules for loading libraries + set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/") |