[Glibc-bsd-commits] r5284 - trunk/freebsd-glue/debian

rmh at alioth.debian.org rmh at alioth.debian.org
Thu Jan 2 16:54:08 UTC 2014


Author: rmh
Date: 2014-01-02 16:54:08 +0000 (Thu, 02 Jan 2014)
New Revision: 5284

Modified:
   trunk/freebsd-glue/debian/changelog
   trunk/freebsd-glue/debian/control
Log:
Require GCC 4.8 or later to fix FTBFS on ia64, powerpc and sparc.

Modified: trunk/freebsd-glue/debian/changelog
===================================================================
--- trunk/freebsd-glue/debian/changelog	2014-01-02 16:52:12 UTC (rev 5283)
+++ trunk/freebsd-glue/debian/changelog	2014-01-02 16:54:08 UTC (rev 5284)
@@ -1,6 +1,7 @@
 freebsd-glue (0.2.9) UNRELEASED; urgency=low
 
   * sysarch.c: Avoid conflicting declarations in <machine/sysarch.h>.
+  * Require GCC 4.8 or later to fix FTBFS on ia64, powerpc and sparc.
 
  -- Robert Millan <rmh at debian.org>  Thu, 02 Jan 2014 17:52:03 +0100
 

Modified: trunk/freebsd-glue/debian/control
===================================================================
--- trunk/freebsd-glue/debian/control	2014-01-02 16:52:12 UTC (rev 5283)
+++ trunk/freebsd-glue/debian/control	2014-01-02 16:54:08 UTC (rev 5284)
@@ -9,6 +9,8 @@
  freebsd-buildutils,
  libdb-dev,
  zlib1g-dev,
+# For -Wno-error=maybe-uninitialized
+ gcc (>= 4:4.8) | gcc-4.8,
 Vcs-Browser: http://anonscm.debian.org/viewvc/glibc-bsd/trunk/freebsd-glue/
 Vcs-Svn: svn://anonscm.debian.org/glibc-bsd/trunk/freebsd-glue/
 Standards-Version: 3.9.3




More information about the Glibc-bsd-commits mailing list