1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 10:15:12 +03:00
aports/testing/sfcgal/20-rpath.patch
Holger Jaekel 8c84aa4795 testing/sfcgal: new aport
Library for ISO 19107:2013 and OGC SFA 1.2 for 3D operations
https://oslandia.gitlab.io/SFCGAL/index.html
2023-02-09 02:34:20 +01:00

14 lines
423 B
Diff

Author: Holger Jaekel <holger.jaekel@gmx.de>
Summary: remove rpath entry from library
----
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -203,7 +203,6 @@
set(CMAKE_INSTALL_LIBDIR "${_LIBDIR_DEFAULT}" CACHE PATH "object code libraries (${_LIBDIR_DEFAULT})")
endif()
-SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}")
SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
#SET(CMAKE_MACOSX_RPATH ON)