aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2021-10-17 13:55:59 +0300
committerJani Välimaa <wally@mageia.org>2021-10-17 13:55:59 +0300
commit8a55416bb3c936f4d0666f045432a3bdc47ed149 (patch)
tree7c6d5dd1f030e7902dc1240d589cc2c46ebde8fe /NEWS
parent74b15f5daa4bac267f5ac5ef1dd5bd5180bbc8f7 (diff)
downloadrpm-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--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d516436..a1e288b 100644
--- a/NEWS
+++ b/NEWS
@@ -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)