~ubuntu-branches/ubuntu/precise/eglibc/precise

« back to all changes in this revision

Viewing changes to debian/debhelper.in/libc.NEWS

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-10-04 17:48:26 UTC
  • mfrom: (216.1.23 oneiric)
  • Revision ID: package-import@ubuntu.com-20111004174826-2cyb9ewn3ucymlsx
Tags: 2.13-20ubuntu5
libc6-dev: Don't break the current {gnat,gcj}-4.4-base versons. LP: #853688.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
eglibc (2.13-25) unstable; urgency=medium
 
1
eglibc (2.13-17) unstable; urgency=low
2
2
 
3
3
  Starting with the eglibc package version 2.13-5, the libraries are 
4
 
  shipped in the multiarch directory /lib/<triplet> instead of the more
5
 
  traditional /lib, where <triplet> is the multiarch triplet and can be
6
 
  retrieved with 'dpkg-architecture -qDEB_HOST_MULTIARCH'. Similarly the
7
 
  includes are now shipped in /usr/include/<triplet> instead of the more
8
 
  traditional /usr/include.
 
4
  shipped in the multiarch directory /lib/$arch instead of the more
 
5
  traditional /lib. Similarly the includes are now shipped in 
 
6
  /usr/include/$arch instead of the more traditional /usr/include.
9
7
  
10
8
  The toolchain in Debian has been updated to cope with that, and most
11
9
  build systems should be unaffected. If you are using a non-Debian 
12
10
  toolchain to build your software and it is not able to cope with 
13
 
  multiarch, you might try to pass the following options to your 
 
11
  multiarch, you might try to pass the following option to your 
14
12
  compiler:
15
13
 
16
 
    -B/usr/lib/<triplet> -I/usr/include/<triplet>
17
 
  
18
 
  Alternatively if the build system makes hard to pass the above options,
19
 
  you might try to set the LIBRARY_PATH and CPATH environment variables:                                                                                                                                                          
20
 
    LIBRARY_PATH=/usr/lib/<triplet>
21
 
    CPATH=/usr/include/<triplet>
22
 
    export LIBRARY_PATH CPATH
 
14
    -B/usr/lib/$arch -I/usr/include/$arch
23
15
 
24
 
 -- Aurelien Jarno <aurel32@debian.org>  Mon, 09 Jan 2012 12:47:16 +0100 
 
16
 -- Aurelien Jarno <aurel32@debian.org>  Tue, 09 Aug 2011 19:58:28 +0200 
25
17
 
26
18
eglibc (2.13-7) unstable; urgency=low
27
19