[Glibc-bsd-commits] r3714 - trunk/freebsd-buildutils/debian

Robert Millan rmh at alioth.debian.org
Sat Sep 24 21:46:59 UTC 2011


Author: rmh
Date: 2011-09-24 21:46:59 +0000 (Sat, 24 Sep 2011)
New Revision: 3714

Modified:
   trunk/freebsd-buildutils/debian/changelog
   trunk/freebsd-buildutils/debian/rules
Log:
Export CFLAGS in debian/rules so that it is actually propagated.  (Closes: #642700)

Modified: trunk/freebsd-buildutils/debian/changelog
===================================================================
--- trunk/freebsd-buildutils/debian/changelog	2011-09-23 21:42:10 UTC (rev 3713)
+++ trunk/freebsd-buildutils/debian/changelog	2011-09-24 21:46:59 UTC (rev 3714)
@@ -3,8 +3,12 @@
   [ Matthias Klose ]
   * Fix FTBFS with ld --as-needed.  (Closes: #642091, LP: #749170)
 
- -- Robert Millan <rmh at debian.org>  Mon, 19 Sep 2011 19:41:19 +0200
+  [ Robert Millan ]
+  * Export CFLAGS in debian/rules so that it is actually propagated.
+    (Closes: #642700)
 
+ -- Robert Millan <rmh at debian.org>  Sat, 24 Sep 2011 21:45:57 +0000
+
 freebsd-buildutils (8.2-7) unstable; urgency=low
 
   * 04_lex_disable_unused.diff: Fix generation of code in lex, which

Modified: trunk/freebsd-buildutils/debian/rules
===================================================================
--- trunk/freebsd-buildutils/debian/rules	2011-09-23 21:42:10 UTC (rev 3713)
+++ trunk/freebsd-buildutils/debian/rules	2011-09-24 21:46:59 UTC (rev 3714)
@@ -39,7 +39,7 @@
 ORIGDIR = $(SOURCE)-$(VERSION)
 TARNAME = $(SOURCE)_$(VERSION).orig.tar.gz
 
-CFLAGS = -O2 -g -Wall -D_GNU_SOURCE \
+export CFLAGS = -O2 -g -Wall -D_GNU_SOURCE \
          -DMACHINE_ARCH='"$(MACHINE_ARCH)"' \
          -DMACHINE_MULTIARCH='"$(MACHINE_MULTIARCH)"' \
          -I$(CURDIR)/build-tree/src/sys \




More information about the Glibc-bsd-commits mailing list