From: GNU Libc Maintainers Date: Mon, 29 Oct 2018 20:36:01 +0000 (+0000) Subject: local-rtlddir-cross X-Git-Tag: archive/raspbian/2.27-8+rpi1^2~30 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=169cb05c02ee1482af44149564310e676ec94f63;p=glibc.git local-rtlddir-cross Gbp-Pq: Topic any Gbp-Pq: Name local-rtlddir-cross.diff --- diff --git a/Makeconfig b/Makeconfig index 86a71e580..52049e349 100644 --- a/Makeconfig +++ b/Makeconfig @@ -146,7 +146,7 @@ inst_slibdir = $(install_root)$(slibdir) ifndef rtlddir rtlddir = $(slibdir) endif -inst_rtlddir = $(install_root)$(rtlddir) +inst_rtlddir = $(install_root)$(slibdir) # Prefix to put on files installed in $(libdir). For libraries `libNAME.a', # the prefix is spliced between `lib' and the name, so the linker switch diff --git a/Makerules b/Makerules index 513a0e676..3214feaa4 100644 --- a/Makerules +++ b/Makerules @@ -1207,7 +1207,7 @@ $(inst_libdir)/libc.so: $(common-objpfx)format.lds \ cat $<; \ echo 'GROUP ( $(slibdir)/libc.so$(libc.so-version)' \ '$(libdir)/$(patsubst %,$(libtype.oS),$(libprefix)$(libc-name))'\ - ' AS_NEEDED (' $(rtlddir)/$(rtld-installed-name) ') )' \ + ' AS_NEEDED (' $(slibdir)/$(rtld-installed-name) ') )' \ ) > $@.new ifeq ($(patsubst gnu%,,$(config-os)),) echo 'INPUT ( AS_NEEDED ( -lmachuser -lhurduser ) )' >> $@.new