From a30b4d4e36e3a0c4443c2c2b344b784ddd8fefd6 Mon Sep 17 00:00:00 2001 From: GNU Libc Maintainers Date: Mon, 16 Jan 2017 17:43:37 +0000 Subject: [PATCH] submitted-add-needed 2011-03-29 Samuel Thibault * Makerules ($(inst_libdir)/libc.so): Add -lmachuser -lhurduser to libc.so on GNU/Hurd. No topgit branch. It's still unclear what we want to aim for. Gbp-Pq: Topic hurd-i386 Gbp-Pq: Name submitted-add-needed.diff --- Makerules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makerules b/Makerules index 7e4077ee5..93c51cce9 100644 --- a/Makerules +++ b/Makerules @@ -1093,6 +1093,9 @@ $(inst_libdir)/libc.so: $(common-objpfx)format.lds \ '$(libdir)/$(patsubst %,$(libtype.oS),$(libprefix)$(libc-name))'\ ' AS_NEEDED (' $(rtlddir)/$(rtld-installed-name) ') )' \ ) > $@.new +ifeq ($(patsubst gnu%,,$(config-os)),) + echo 'INPUT ( AS_NEEDED ( -lmachuser -lhurduser ) )' >> $@.new +endif mv -f $@.new $@ endif -- 2.30.2