[Glibc-bsd-commits] r4348 - in trunk/kfreebsd-10/debian: . patches

Robert Millan rmh at alioth.debian.org
Sun Jul 22 08:35:03 UTC 2012


Author: rmh
Date: 2012-07-22 08:35:03 +0000 (Sun, 22 Jul 2012)
New Revision: 4348

Modified:
   trunk/kfreebsd-10/debian/changelog
   trunk/kfreebsd-10/debian/patches/003_glibc_dev_aicasm.diff
Log:
Remove broken -I. from aicasm CFLAGS.

Modified: trunk/kfreebsd-10/debian/changelog
===================================================================
--- trunk/kfreebsd-10/debian/changelog	2012-07-22 08:34:24 UTC (rev 4347)
+++ trunk/kfreebsd-10/debian/changelog	2012-07-22 08:35:03 UTC (rev 4348)
@@ -1,6 +1,7 @@
 kfreebsd-10 (10.0~svn238475-2) UNRELEASED; urgency=low
 
   * Add byacc to Build-Depends.
+  * Remove broken -I. from aicasm CFLAGS.
 
  -- Robert Millan <rmh at debian.org>  Sun, 22 Jul 2012 10:33:41 +0200
 

Modified: trunk/kfreebsd-10/debian/patches/003_glibc_dev_aicasm.diff
===================================================================
--- trunk/kfreebsd-10/debian/patches/003_glibc_dev_aicasm.diff	2012-07-22 08:34:24 UTC (rev 4347)
+++ trunk/kfreebsd-10/debian/patches/003_glibc_dev_aicasm.diff	2012-07-22 08:35:03 UTC (rev 4348)
@@ -13,3 +13,11 @@
  
  # Correct path for kernel builds
  # Don't rely on the kernel's .depend file
+@@ -24,7 +27,6 @@
+ DEPENDFILE=	.depend_aicasm
+ .endif
+ 
+-CFLAGS+= -I.
+ .ifdef MAKESRCPATH
+ CFLAGS+= -I${MAKESRCPATH}
+ .endif




More information about the Glibc-bsd-commits mailing list