From 34071b357d821cc6285ef85d600dfa842252949c Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 16 May 2016 16:49:30 +0200 Subject: Complete changes to use -L instead of -Wl,-rpath-link Changes missing from commit c9c29eb890527fe68900e4a0af7c2df9a9fa5b40. * console-client/Makefile (%.so.$(hurd-version)): Use $(lpath) instead of $(rpath) * libstore/Makefile (libstore_%.so.$(hurd-version)): Likewise. --- console-client/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'console-client') diff --git a/console-client/Makefile b/console-client/Makefile index 1784d7cf..024a053d 100644 --- a/console-client/Makefile +++ b/console-client/Makefile @@ -1,6 +1,7 @@ # # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2004, -# 2005, 2008, 2010 Free Software Foundation, Inc. +# 2005, 2008, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Free Software +# Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -91,7 +92,7 @@ $(module-dir)/%: % # You can use this rule to make a dynamically-loadable version of any # of the modules. %.so.$(hurd-version): - $(CC) -shared -Wl,-soname=$@ -o $@ $(rpath) \ + $(CC) -shared -Wl,-soname=$@ -o $@ $(lpath) \ $(CFLAGS) $($*-CFLAGS) $(LDFLAGS) \ '-Wl,-(' $($*-LDLIBS) '-Wl,-)' $^ -- cgit v1.2.3