This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.17-443-g04eed2b


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  04eed2b06178eb80c4909782a4e00dbbc748b6d4 (commit)
      from  a065ceffdf88637394eaaa1257c8aac2c1a3ffd4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=04eed2b06178eb80c4909782a4e00dbbc748b6d4

commit 04eed2b06178eb80c4909782a4e00dbbc748b6d4
Author: Marcus Shawcroft <marcus.shawcroft@linaro.org>
Date:   Wed Mar 20 14:23:09 2013 +0000

    Correct missed use of $(rtlddir).

diff --git a/ChangeLog b/ChangeLog
index 66e6638..2cfd67b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
+
+	* Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
+
 2013-03-20  OndÅ?ej Bílka  <neleai@seznam.cz>
 
 	[BZ 14176]
diff --git a/Makerules b/Makerules
index 5ba670c..d88bb62 100644
--- a/Makerules
+++ b/Makerules
@@ -928,7 +928,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 (' $(slibdir)/$(rtld-installed-name) ') )' \
+	      ' AS_NEEDED (' $(rtlddir)/$(rtld-installed-name) ') )' \
 	) > $@.new
 	mv -f $@.new $@
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog |    4 ++++
 Makerules |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]