From e789c7be698da19f170c296f67db0ad9549af166 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Tue, 3 Dec 2019 00:19:29 +0300 Subject: [PATCH] Disable rpath removal automation for manual control of the process --- libressl.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libressl.spec b/libressl.spec index 7fea5f3..0447885 100644 --- a/libressl.spec +++ b/libressl.spec @@ -17,6 +17,8 @@ # Disable /usr/share/spec-helper/relink_symlinks # to make sure that symlinks are not broken %define dont_relink 1 +# Manually control RPATHs +%define dont_remove_rpath 1 # If man pages compression is not set up, skip it %{?!_compress:%define _compress /bin/true} %{?!_extension:%define _extension .xz}