[Pkg-cyrus-sasl2-commits] r142 - in /cyrus-sasl-2.1/trunk/debian: changelog rules

fabbe at users.alioth.debian.org fabbe at users.alioth.debian.org
Mon Nov 13 07:35:31 CET 2006


Author: fabbe
Date: Mon Nov 13 07:35:31 2006
New Revision: 142

URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=142
Log:
Preserve CFLAGS environment variable.

Modified:
    cyrus-sasl-2.1/trunk/debian/changelog
    cyrus-sasl-2.1/trunk/debian/rules

Modified: cyrus-sasl-2.1/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/changelog?rev=142&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/changelog (original)
+++ cyrus-sasl-2.1/trunk/debian/changelog Mon Nov 13 07:35:31 2006
@@ -6,12 +6,13 @@
   * debian/sasl2-bin.saslauthd.init: Fix case when MECH_OPTIONS is empty.
     (Closes: #397818)
   * debian/sasl2-bin.saslauthd.default: Include an example for postfix users.
+  * debian/rules: Preserve CFLAGS variable as suggested by Andreas Metzler.
 
   [ Roberto C. Sanchez ]
   * debian/rules: added '--sysconfdir=/etc' option for configure
     (Closes: #398137)
 
- -- Roberto C. Sanchez <roberto at connexer.com>  Sun, 12 Nov 2006 10:13:59 -0500
+ -- Fabian Fagerholm <fabbe at debian.org>  Mon, 13 Nov 2006 08:34:57 +0200
 
 cyrus-sasl2 (2.1.22.dfsg1-1) unstable; urgency=low
 

Modified: cyrus-sasl-2.1/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/rules?rev=142&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/rules (original)
+++ cyrus-sasl-2.1/trunk/debian/rules Mon Nov 13 07:35:31 2006
@@ -100,7 +100,7 @@
 	touch configure
 	$(AUTOTOOLS)
 	(cd saslauthd && $(AUTOTOOLS) && cd ..)
-	LDFLAGS="$(LDFLAGS) -Wl,-z,defs" ./configure \
+	LDFLAGS="$(LDFLAGS) -Wl,-z,defs" CFLAGS="$(CFLAGS)" ./configure \
 	       --host=$(DEB_HOST_GNU_TYPE) \
 	       --build=$(DEB_BUILD_GNU_TYPE) \
 	       --prefix=/usr \




More information about the Pkg-cyrus-sasl2-commits mailing list