proj/0001-Remove-RPATH.patch
Ales Nezbeda 76f00298d2 Update to 9.6.0, bump release
Release bump needed to make this version higher than currently in EPEL

Resolves: RHEL-81599
2025-05-05 11:22:48 +02:00

25 lines
700 B
Diff

From 03716d0b647bdfdeb189f48dd086151180da3f08 Mon Sep 17 00:00:00 2001
From: Ales Nezbeda <anezbeda@redhat.com>
Date: Mon, 28 Apr 2025 11:02:15 +0200
Subject: [PATCH] Remove RPATH
---
src/apps/CMakeLists.txt | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/apps/CMakeLists.txt b/src/apps/CMakeLists.txt
index d338988..3179248 100644
--- a/src/apps/CMakeLists.txt
+++ b/src/apps/CMakeLists.txt
@@ -33,7 +33,6 @@ if(NOT MSVC)
if(APPLE)
set(CMAKE_INSTALL_RPATH "@loader_path/../${CMAKE_INSTALL_LIBDIR}")
else()
- set(CMAKE_INSTALL_RPATH "\$ORIGIN/../${CMAKE_INSTALL_LIBDIR}")
endif()
# Other apps can link to libproj using e.g. LDFLAGS -Wl,-rpath,${prefix}/lib
--
2.49.0