[Pkg-mono-svn-commits] rev 3603 - mono/trunk/debian

Sebastian Dröge slomo at alioth.debian.org
Fri Mar 21 19:30:48 UTC 2008


Author: slomo
Date: 2008-03-21 19:30:48 +0000 (Fri, 21 Mar 2008)
New Revision: 3603

Modified:
   mono/trunk/debian/changelog
   mono/trunk/debian/rules
Log:
* debian/rules:
  + Put CFLAGS into "" to make the shell happy and fix FTBFS.

Modified: mono/trunk/debian/changelog
===================================================================
--- mono/trunk/debian/changelog	2008-03-20 19:44:33 UTC (rev 3602)
+++ mono/trunk/debian/changelog	2008-03-21 19:30:48 UTC (rev 3603)
@@ -3,6 +3,8 @@
   * debian/patches/method-signature-testing.dpatch:
     + Patch from upstream SVN to fix db4o build failure with cecil 0.6,
       improves checking of method signatures.
+  * debian/rules:
+    + Put CFLAGS into "" to make the shell happy and fix FTBFS.
 
  -- Sebastian Dröge <slomo at debian.org>  Thu, 20 Mar 2008 20:14:49 +0100
 

Modified: mono/trunk/debian/rules
===================================================================
--- mono/trunk/debian/rules	2008-03-20 19:44:33 UTC (rev 3602)
+++ mono/trunk/debian/rules	2008-03-21 19:30:48 UTC (rev 3603)
@@ -53,7 +53,7 @@
 	CFLAGS += -O0
 endif
 
-CONFIGURE =	CFLAGS=$(CFLAGS) \
+CONFIGURE =	CFLAGS="$(CFLAGS)" \
 		./configure $(CONF_FLAGS) --prefix=/usr \
 		  --mandir=\$${prefix}/share/man \
 		  --infodir=\$${prefix}/share/info --sysconfdir=/etc \




More information about the Pkg-mono-svn-commits mailing list