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

r4634 - in glibc-package/trunk/debian: . patches/kfreebsd



Author: aurel32
Date: 2011-05-02 04:10:57 +0000 (Mon, 02 May 2011)
New Revision: 4634

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
Log:
  * kfreebsd/local-sysdeps.diff, update to revision 3299 (from glibc-bsd),
    fix libc.so linking on kfreebsd after recent linker changes.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2011-05-01 19:18:19 UTC (rev 4633)
+++ glibc-package/trunk/debian/changelog	2011-05-02 04:10:57 UTC (rev 4634)
@@ -1,3 +1,11 @@
+eglibc (2.13-2) UNRELEASED; urgency=low
+
+  [ Aurelien Jarno ]
+  * kfreebsd/local-sysdeps.diff, update to revision 3299 (from glibc-bsd),
+    fix libc.so linking on kfreebsd after recent linker changes.
+
+ -- Aurelien Jarno <aurel32@debian.org>  Mon, 02 May 2011 06:08:29 +0200
+
 eglibc (2.13-1) unstable; urgency=low
 
   [ Aurelien Jarno ]

Modified: glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
===================================================================
--- glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff	2011-05-01 19:18:19 UTC (rev 4633)
+++ glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff	2011-05-02 04:10:57 UTC (rev 4634)
@@ -14855,7 +14855,7 @@
 +  __getopt_clean_environment (envp);
 +#endif
 +
-+#ifdef SHARED
++#if defined SHARED && !defined NO_CTORS_DTORS_SECTIONS
 +  __libc_global_ctors ();
 +#endif
 +}


Reply to: