[Pkg-ace-commits] [pkg-ace] r513 - trunk/debian

tgg at alioth.debian.org tgg at alioth.debian.org
Sat Jul 7 18:53:56 UTC 2007


Author: tgg
Date: 2007-07-07 18:53:56 +0000 (Sat, 07 Jul 2007)
New Revision: 513

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
enable ACE reactor notification queue


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-06-29 12:02:09 UTC (rev 512)
+++ trunk/debian/changelog	2007-07-07 18:53:56 UTC (rev 513)
@@ -20,8 +20,9 @@
   * Drop no longer needed dpkg-dev tightened build-dependency since it is
     available in etch.
   * Generate doxygen documentation. Closes: #391011.
+  * Enable ACE reactor notification queue.
 
- -- Thomas Girard <thomas.g.girard at free.fr>  Fri, 29 Jun 2007 07:49:35 +0000
+ -- Thomas Girard <thomas.g.girard at free.fr>  Fri, 29 Jun 2007 12:40:47 +0000
 
 ace (5.5.6-2) experimental; urgency=low
 

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2007-06-29 12:02:09 UTC (rev 512)
+++ trunk/debian/rules	2007-07-07 18:53:56 UTC (rev 513)
@@ -230,7 +230,7 @@
 
 configure-stamp: patch-stamp
 	mkdir -p objdir
-	cd objdir && ../ACE_wrappers/configure $(confflags) --prefix=/usr --disable-tao-examples --disable-tao-tests --disable-ace-examples --disable-ace-tests --enable-fl-reactor --enable-qt-reactor --enable-tk-reactor  --enable-xt-reactor --enable-symbol-visibility --with-tclconfig=$(TCL_HOME) --with-tkconfig=$(TK_HOME) --disable-ipv6 --enable-inline --enable-probe --disable-symbol-visibility
+	cd objdir && ../ACE_wrappers/configure $(confflags) --prefix=/usr --disable-tao-examples --disable-tao-tests --disable-ace-examples --disable-ace-tests --enable-fl-reactor --enable-qt-reactor --enable-tk-reactor  --enable-xt-reactor --enable-symbol-visibility --with-tclconfig=$(TCL_HOME) --with-tkconfig=$(TK_HOME) --disable-ipv6 --enable-inline --enable-probe --disable-symbol-visibility --enable-ace-reactor-notification-queue
 	echo '#define ACE_GPERF "gperf-ace"' >> objdir/ace/config.h
 	echo '#define TAO_IDL_INCLUDE_DIR "/usr/include/tao"' >> objdir/ace/config.h
 	touch $@




More information about the Pkg-ace-commits mailing list