projects
/
libdnf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d0760e
)
[PATCH] Set CMAKE_SKIP_RPATH to TRUE
author
Frédéric Pierret (fepitre)
<frederic.pierret@qubes-os.org>
Tue, 24 Nov 2020 21:16:41 +0000
(22:16 +0100)
committer
Luca Boccassi
<bluca@debian.org>
Mon, 6 May 2024 19:29:03 +0000
(20:29 +0100)
Gbp-Pq: Name 0011-Set-CMAKE_SKIP_RPATH-to-TRUE.patch
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 6f0c92fb3b87f527bd8437f366b4629ea31bccb6..852cafe9e3d312444dad65a8c4cd56d1ec1c2326 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-118,6
+118,8
@@
add_compile_options(-Wcast-align -Wno-uninitialized -Wredundant-decls -Wwrite-st
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu11 -Wmissing-prototypes -Waggregate-return -Wshadow -Werror=implicit-function-declaration")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wmissing-declarations")
+SET(CMAKE_SKIP_RPATH TRUE)
+
# apple: turn rpath off
set(CMAKE_MACOSX_RPATH 0)