From: Anthony Fok Date: Fri, 15 Jan 2021 15:55:46 +0000 (+0000) Subject: Remove custom library search path (RPATH/RUNPATH) X-Git-Tag: archive/raspbian/1%20201107_dfsg-4+rpi1^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=280486c72159d207c7dacab34c42ac714fd300f0;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