From: Anthony Fok Date: Wed, 25 Nov 2020 01:21:25 +0000 (+0000) Subject: Remove custom library search path (RPATH/RUNPATH) X-Git-Tag: archive/raspbian/1%20201107_dfsg-2+rpi1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b802c3ff625814ade67b8178a771ec04667c22d1;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 77fa622..6efdce9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,7 +38,6 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib) set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib) set_default_build_type(RelWithDebInfo) # Sets CMAKE_BUILD_TYPE -set_default_rpath() add_uninstall_target() # Options