[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r4526 - in glibc-package/branches/eglibc-2.13/debian: . patches patches/hurd-i386



Author: sthibault
Date: 2011-02-21 02:40:46 +0000 (Mon, 21 Feb 2011)
New Revision: 4526

Added:
   glibc-package/branches/eglibc-2.13/debian/patches/hurd-i386/local-add-needed.diff
Modified:
   glibc-package/branches/eglibc-2.13/debian/changelog
   glibc-package/branches/eglibc-2.13/debian/patches/series.hurd-i386
Log:
Add patches/hurd-i386/local-add-needed.diff to fix getting functions from libmachuser and libhurduser with gold linking.

Modified: glibc-package/branches/eglibc-2.13/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.13/debian/changelog	2011-02-16 23:32:08 UTC (rev 4525)
+++ glibc-package/branches/eglibc-2.13/debian/changelog	2011-02-21 02:40:46 UTC (rev 4526)
@@ -124,8 +124,10 @@
     patches/hurd-i386/cvs-psiginfo.diff, and
     patches/hurd-i386/local-ptsname.diff to fix hurd-i386 build.
   * Update expected hurd-i386 failures with new tests.
+  * Add patches/hurd-i386/local-add-needed.diff to fix getting functions from
+    libmachuser and libhurduser with gold linking.
 
- -- Aurelien Jarno <aurel32@debian.org>  Tue, 08 Feb 2011 09:27:55 +0100
+ -- Aurelien Jarno <aurel32@debian.org>  Mon, 21 Feb 2011 02:35:57 +0000
 
 eglibc (2.11.2-11) unstable; urgency=low
 

Added: glibc-package/branches/eglibc-2.13/debian/patches/hurd-i386/local-add-needed.diff
===================================================================
--- glibc-package/branches/eglibc-2.13/debian/patches/hurd-i386/local-add-needed.diff	                        (rev 0)
+++ glibc-package/branches/eglibc-2.13/debian/patches/hurd-i386/local-add-needed.diff	2011-02-21 02:40:46 UTC (rev 4526)
@@ -0,0 +1,15 @@
+These are not implicit any more with gold.
+
+---
+ Makerules |    1 +
+ 1 file changed, 1 insertion(+)
+--- a/Makerules.original	2011-02-21 02:30:30.000000000 +0000
++++ b/Makerules	2011-02-21 02:33:37.000000000 +0000
+@@ -1043,6 +1043,7 @@
+ 	 echo 'GROUP ( $(slibdir)/libc.so$(libc.so-version)' \
+ 	      '$(libdir)/$(patsubst %,$(libtype.oS),$(libprefix)$(libc-name))'\
+ 	      ' AS_NEEDED (' $(slibdir)/$(rtld-installed-name) ') )' ;\
++	 echo 'INPUT ( AS_NEEDED ( -lmachuser -lhurduser ) )' ;\
+ 	 echo 'INPUT ( AS_NEEDED ( -lpthread-stubs ) )' \
+ 	) > $@.new
+ 	mv -f $@.new $@

Modified: glibc-package/branches/eglibc-2.13/debian/patches/series.hurd-i386
===================================================================
--- glibc-package/branches/eglibc-2.13/debian/patches/series.hurd-i386	2011-02-16 23:32:08 UTC (rev 4525)
+++ glibc-package/branches/eglibc-2.13/debian/patches/series.hurd-i386	2011-02-21 02:40:46 UTC (rev 4526)
@@ -6,3 +6,4 @@
 hurd-i386/local-unlockpt-chroot.diff
 hurd-i386/local-msg-nosignal.diff
 hurd-i386/local-pthread.diff
+hurd-i386/local-add-needed.diff


Reply to: