Disable rpath removal automation for manual control of the process

This commit is contained in:
Mikhail Novosyolov 2019-12-03 00:19:29 +03:00
parent 6d3eb4fa90
commit e789c7be69

View file

@ -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}