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

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



Author: aurel32
Date: 2012-01-09 12:51:05 +0000 (Mon, 09 Jan 2012)
New Revision: 5122

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc.NEWS
Log:
  * debhelper.in/libc.NEWS: suggest environment variables as an
    alternative, thanks to Jonathan Nieder for the idea.  Closes: #654835.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2012-01-09 11:05:25 UTC (rev 5121)
+++ glibc-package/trunk/debian/changelog	2012-01-09 12:51:05 UTC (rev 5122)
@@ -10,6 +10,8 @@
   * patches/any/cvs-vfscanf.diff: new patch from upstream to fix segfault in
     sscanf for large decimal input string.  Closes: #553206.
   * local/manpages/ld.so.8: add a missing new line.  Closes: #654582. 
+  * debhelper.in/libc.NEWS: suggest environment variables as an
+    alternative, thanks to Jonathan Nieder for the idea.  Closes: #654835.
 
   [ Samuel Thibault ]
   * patches/hurd-i386/submitted-mmap.diff: new patch to fix iceweasel hang.

Modified: glibc-package/trunk/debian/debhelper.in/libc.NEWS
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.NEWS	2012-01-09 11:05:25 UTC (rev 5121)
+++ glibc-package/trunk/debian/debhelper.in/libc.NEWS	2012-01-09 12:51:05 UTC (rev 5122)
@@ -1,4 +1,4 @@
-eglibc (2.13-17) unstable; urgency=low
+eglibc (2.13-25) unstable; urgency=low
 
   Starting with the eglibc package version 2.13-5, the libraries are 
   shipped in the multiarch directory /lib/<triplet> instead of the more
@@ -10,12 +10,18 @@
   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 option to your 
+  multiarch, you might try to pass the following options to your 
   compiler:
 
     -B/usr/lib/<triplet> -I/usr/include/<triplet>
+  
+  Alternatively if the build system makes hard to pass the above options,
+  you might try to set the LIBRARY_PATH and CPATH environment variables:                                                                                                                                                          
+    LIBRARY_PATH=/usr/lib/<triplet>
+    CPATH=/usr/include/<triplet>
+    export LIBRARY_PATH CPATH
 
- -- Aurelien Jarno <aurel32@debian.org>  Tue, 09 Aug 2011 19:58:28 +0200 
+ -- Aurelien Jarno <aurel32@debian.org>  Mon, 09 Jan 2012 12:47:16 +0100 
 
 eglibc (2.13-7) unstable; urgency=low
 


Reply to: