mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 17:34:47 +00:00
24 lines
643 B
Diff
24 lines
643 B
Diff
From 05e48edb91ddcf0d85ba2de2672b252e3ec3cbc3 Mon Sep 17 00:00:00 2001
|
|
From: serge-sans-paille <sguelton@redhat.com>
|
|
Date: Fri, 25 Jan 2019 17:39:04 +0000
|
|
Subject: [PATCH 2/2] [PATCH] Don't set rpath when installing
|
|
|
|
---
|
|
cmake/modules/AddLLVM.cmake | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/cmake/modules/AddLLVM.cmake b/cmake/modules/AddLLVM.cmake
|
|
index c408377cd2e..56ab12c2365 100644
|
|
--- a/cmake/modules/AddLLVM.cmake
|
|
+++ b/cmake/modules/AddLLVM.cmake
|
|
@@ -1662,6 +1662,7 @@ function(llvm_codesign name)
|
|
endfunction()
|
|
|
|
function(llvm_setup_rpath name)
|
|
+ return()
|
|
if(CMAKE_INSTALL_RPATH)
|
|
return()
|
|
endif()
|
|
--
|
|
2.19.2
|
|
|