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

tgg at alioth.debian.org tgg at alioth.debian.org
Tue Mar 11 07:52:49 UTC 2008


Author: tgg
Date: 2008-03-11 07:52:48 +0000 (Tue, 11 Mar 2008)
New Revision: 562

Modified:
   trunk/debian/rules
Log:
make in objdir/TAO. Add QtReactor fix again.


Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2008-03-10 22:00:24 UTC (rev 561)
+++ trunk/debian/rules	2008-03-11 07:52:48 UTC (rev 562)
@@ -131,8 +131,9 @@
 
 build-stamp: configure-stamp
 	dh_testdir
-
+	mkdir -p objdir/ace/QtReactor
 	$(MAKE) -C objdir
+	$(MAKE) -C objdir/TAO
 
 	touch $@
 
@@ -246,7 +247,8 @@
            --disable-tao-examples --disable-tao-tests \
            --disable-ace-examples --disable-ace-tests \
            --enable-fl-reactor --enable-qt-reactor --enable-xt-reactor \
-           --enable-tk-reactor --with-tclconfig=$(TCL_HOME) --with-tkconfig=$(TK_HOME) \
+           --enable-tk-reactor --enable-fox-reactor \
+           --with-tclconfig=$(TCL_HOME) --with-tkconfig=$(TK_HOME) \
            --with-zlib --with-zzip \
            --enable-inline \
            --enable-symbol-visibility \




More information about the Pkg-ace-commits mailing list