Blame SOURCES/libmemcached-awesome-rpath.patch

46a6e4
commit 6651fe2eaded59f1657c21a2ea3880807f8c7bb1
46a6e4
Author: Tomas Korbar <tkorbar@redhat.com>
46a6e4
Date:   Fri Nov 12 15:53:25 2021 +0100
46a6e4
46a6e4
    Fix rpath
46a6e4
46a6e4
diff --git a/CMakeConfig.txt b/CMakeConfig.txt
46a6e4
index d8afcae..d2acf8f 100644
46a6e4
--- a/CMakeConfig.txt
46a6e4
+++ b/CMakeConfig.txt
46a6e4
@@ -11,10 +11,6 @@ set(CMAKE_INSTALL_PREFIX /usr/local
46a6e4
 if(APPLE)
46a6e4
     set(CMAKE_INSTALL_RPATH @loader_path
46a6e4
         CACHE STRING "set relative rpath")
46a6e4
-elseif(UNIX)
46a6e4
-    # FIXME
46a6e4
-    set(CMAKE_INSTALL_RPATH "\$ORIGIN"
46a6e4
-        CACHE STRING "set relative rpath")
46a6e4
 endif()
46a6e4
 
46a6e4
 if(${CMAKE_VERSION} VERSION_LESS "3.12")