diff options
author | Jani Välimaa <wally@mageia.org> | 2021-10-17 13:55:59 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2021-10-17 13:55:59 +0300 |
commit | 8a55416bb3c936f4d0666f045432a3bdc47ed149 (patch) | |
tree | 7c6d5dd1f030e7902dc1240d589cc2c46ebde8fe /NEWS | |
parent | 74b15f5daa4bac267f5ac5ef1dd5bd5180bbc8f7 (diff) | |
download | rpm-setup-8a55416bb3c936f4d0666f045432a3bdc47ed149.tar rpm-setup-8a55416bb3c936f4d0666f045432a3bdc47ed149.tar.gz rpm-setup-8a55416bb3c936f4d0666f045432a3bdc47ed149.tar.bz2 rpm-setup-8a55416bb3c936f4d0666f045432a3bdc47ed149.tar.xz rpm-setup-8a55416bb3c936f4d0666f045432a3bdc47ed149.zip |
build.macros: export LT_SYS_LIBRARY_PATH with %set_build_flags
Setting LT_SYS_LIBRARY_PATH prevents libtool from hardcoding %_libdir into the
binaries' RPATH (originally from Fedora).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ - configure.ac: update and modernize with autoconf 2.71 +- build.macros: export LT_SYS_LIBRARY_PATH with %set_build_flags to prevent libtool hardcoding %_libdir into the binaries' RPATH (originally from Fedora) Version 2.61 - 7 September 2021, by Jani Välimaa - brp-mangle-shebang: fix handling of files without newlines (from Fedora) |