[Pkg-voip-commits] r4839 - in /openser/trunk/debian: changelog rules

jblache at alioth.debian.org jblache at alioth.debian.org
Mon Nov 19 10:05:57 UTC 2007


Author: jblache
Date: Mon Nov 19 10:05:57 2007
New Revision: 4839

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4839
Log:
Force CFLAGS for the bdb_recover build, too.

Modified:
    openser/trunk/debian/changelog
    openser/trunk/debian/rules

Modified: openser/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/openser/trunk/debian/changelog?rev=4839&op=diff
==============================================================================
--- openser/trunk/debian/changelog (original)
+++ openser/trunk/debian/changelog Mon Nov 19 10:05:57 2007
@@ -1,10 +1,11 @@
-openser (1.3.0~svn20071115-2) UNRELEASED; urgency=low
-
-  * NOT RELEASED YET
-
- -- Julien BLACHE <jblache at debian.org>  Thu, 15 Nov 2007 16:33:03 +0100
-
-openser (1.3.0~svn20071115-1) unstable; urgency=low
+openser (1.3.0~svn20071115-2) experimental; urgency=low
+
+  * debian/rules:
+    + Force CFLAGS for the bdb_recover build, too (closes: #451908).
+
+ -- Julien BLACHE <jblache at debian.org>  Mon, 19 Nov 2007 10:56:18 +0100
+
+openser (1.3.0~svn20071115-1) experimental; urgency=low
 
   * OpenSER 1.3.0 packaging pre-release.
 

Modified: openser/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/openser/trunk/debian/rules?rev=4839&op=diff
==============================================================================
--- openser/trunk/debian/rules (original)
+++ openser/trunk/debian/rules Mon Nov 19 10:05:57 2007
@@ -124,7 +124,7 @@
 	$(MAKE) dbschema
 
 	# generate the utils db_berkeley
-	$(MAKE) utils include_modules="db_berkeley"
+	CC="$(CC)" CFLAGS="$(CFLAGS)" TLS=$(TLS) $(MAKE) utils include_modules="db_berkeley"
 
 	touch build-stamp
 




More information about the Pkg-voip-commits mailing list