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

r2797 - in glibc-package/trunk/debian: . patches patches/any



Author: aurel32
Date: 2008-01-31 02:27:45 +0000 (Thu, 31 Jan 2008)
New Revision: 2797

Added:
   glibc-package/trunk/debian/patches/any/submitted-gcc-4.3.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
  * patches/any/submitted-gcc-4.3.diff: pass -isystem option for GCC's
    include-fixed/ directory. Fixes build with gcc-4.3.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2008-01-31 01:52:43 UTC (rev 2796)
+++ glibc-package/trunk/debian/changelog	2008-01-31 02:27:45 UTC (rev 2797)
@@ -19,6 +19,8 @@
   * kfreebsd/local-sysdeps.diff: update to revision 2117 (from glibc-bsd).
   * patches/any/cvs-epoll_h.diff: new patch from CVS to define EPOLLRDHUP
     in /usr/include/sys/epoll.h. Closes: #463342.
+  * patches/any/submitted-gcc-4.3.diff: pass -isystem option for GCC's
+    include-fixed/ directory. Fixes build with gcc-4.3.
 
  -- Aurelien Jarno <aurel32@debian.org>  Thu, 31 Jan 2008 02:51:37 +0100
 

Added: glibc-package/trunk/debian/patches/any/submitted-gcc-4.3.diff
===================================================================
--- glibc-package/trunk/debian/patches/any/submitted-gcc-4.3.diff	                        (rev 0)
+++ glibc-package/trunk/debian/patches/any/submitted-gcc-4.3.diff	2008-01-31 02:27:45 UTC (rev 2797)
@@ -0,0 +1,32 @@
+Index: configure
+===================================================================
+RCS file: /cvs/glibc/libc/configure,v
+retrieving revision 1.462
+diff -u -d -p -r1.462 configure
+--- configure	24 Jan 2008 20:21:23 -0000	1.462
++++ configure	31 Jan 2008 02:24:00 -0000
+@@ -5066,7 +5066,7 @@ echo "$as_me: WARNING:
+ # thing on a system that doesn't need fixincludes.  (Not presently a problem.)
+ if test -n "$sysheaders"; then
+   ccheaders=`$CC -print-file-name=include`
+-  SYSINCLUDES="-nostdinc -isystem $ccheaders \
++  SYSINCLUDES="-nostdinc -isystem $ccheaders -isystem $ccheaders-fixed \
+ -isystem `echo $sysheaders | sed 's/:/ -isystem /g'`"
+   if test -n "$CXX"; then
+     cxxversion=`$CXX -dumpversion 2>&5` &&
+Index: configure.in
+===================================================================
+RCS file: /cvs/glibc/libc/configure.in,v
+retrieving revision 1.472
+diff -u -d -p -r1.472 configure.in
+--- configure.in	24 Jan 2008 20:21:23 -0000	1.472
++++ configure.in	31 Jan 2008 02:24:00 -0000
+@@ -915,7 +915,7 @@ test -n "$aux_missing" && AC_MSG_WARN([
+ # thing on a system that doesn't need fixincludes.  (Not presently a problem.)
+ if test -n "$sysheaders"; then
+   ccheaders=`$CC -print-file-name=include`
+-  SYSINCLUDES="-nostdinc -isystem $ccheaders \
++  SYSINCLUDES="-nostdinc -isystem $ccheaders -isystem $ccheaders-fixed \
+ -isystem `echo $sysheaders | sed 's/:/ -isystem /g'`"
+   if test -n "$CXX"; then
+     cxxversion=`$CXX -dumpversion 2>&AS_MESSAGE_LOG_FD` &&

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2008-01-31 01:52:43 UTC (rev 2796)
+++ glibc-package/trunk/debian/patches/series	2008-01-31 02:27:45 UTC (rev 2797)
@@ -179,6 +179,7 @@
 any/submitted-getcwd-sys_param_h.diff -p0
 any/submitted-clock-settime.diff -p0
 any/submitted-date-and-unknown-tz.diff -p0
+any/submitted-gcc-4.3.diff -p0
 any/submitted-libgcc_s.so.diff -p0
 any/submitted-longdouble.diff -p0
 any/submitted-sched_h.diff -p0


Reply to: