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

r4747 - in glibc-package/trunk/debian: . debhelper.in



Author: aurel32
Date: 2011-06-26 20:41:50 +0000 (Sun, 26 Jun 2011)
New Revision: 4747

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc.NEWS
Log:
  * Add an entry to NEWS.Debian about multiarch and passing flags to the 
    compiler on pre-multiarch toolchains.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2011-06-26 20:21:35 UTC (rev 4746)
+++ glibc-package/trunk/debian/changelog	2011-06-26 20:41:50 UTC (rev 4747)
@@ -15,6 +15,8 @@
   * debian/control: clean-up Uploaders: .
   * Add patches/any/cvs-fnmatch.diff to fix an integer overflow in 
     fnmatch() (CVE-2011-1659).  Closes: #626370.
+  * Add an entry to NEWS.Debian about multiarch and passing flags to the 
+    compiler on pre-multiarch toolchains.
 
   [ Petr Salinger ]
   * kfreebsd/local-sysdeps.diff: update to revision 3467 (from glibc-bsd).

Modified: glibc-package/trunk/debian/debhelper.in/libc.NEWS
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.NEWS	2011-06-26 20:21:35 UTC (rev 4746)
+++ glibc-package/trunk/debian/debhelper.in/libc.NEWS	2011-06-26 20:41:50 UTC (rev 4747)
@@ -1,3 +1,19 @@
+eglibc (2.13-8) unstable; urgency=low
+
+  Starting with the eglibc package version 2.13-5, the libraries are 
+  shipped in the multiarch directory /lib/$arch instead of the more
+  traditional /lib. 
+  
+  The toolchain in Debian has been updated to cope with that, and most
+  build systems should be unaffected. If you are using a non-Debian 
+  toolchain to build your software and it is not able to cope with 
+  multiarch, you might try to pass the following options to your 
+  compiler:
+
+    -I/usr/include/$arch --sysroot /usr/lib/$arch
+
+ -- Aurelien Jarno <aurel32@debian.org>  Sun, 26 Jun 2011 22:28:52 +0200
+
 eglibc (2.13-7) unstable; urgency=low
 
   Starting with version 2.13, eglibc provides an SSSE3 optimized version 


Reply to: