From: Anthony Fok Date: Sun, 30 Jun 2024 16:46:40 +0000 (-0400) Subject: Remove custom library search path (RPATH/RUNPATH) X-Git-Tag: archive/raspbian/1%20230101_dfsg-4+rpi1^2^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=84167abb997510db8f979cb11fa6667572349bd8;p=fontforge.git Remove custom library search path (RPATH/RUNPATH) Origin: vendor Forwarded: not-needed Last-Update: 2020-11-18 This reverts upstream's preference of setting RPATH/RUNPATH for installed binaries. Fixes Lintian custom-library-search-path error. Last-Update: 2020-11-18 Gbp-Pq: Name 0002-remove-custom-library-search-path.patch --- diff --git a/CMakeLists.txt b/CMakeLists.txt index e234cb6..b6a9b14 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,7 +38,6 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib) set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib) set_default_build_type(RelWithDebInfo) # Sets CMAKE_BUILD_TYPE -set_default_rpath() add_uninstall_target() # Options