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

tgg at alioth.debian.org tgg at alioth.debian.org
Sun Mar 16 20:08:44 UTC 2008


Author: tgg
Date: 2008-03-16 20:08:43 +0000 (Sun, 16 Mar 2008)
New Revision: 574

Modified:
   trunk/debian/rules
Log:
pass -noreldefs to mwc


Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2008-03-16 20:07:45 UTC (rev 573)
+++ trunk/debian/rules	2008-03-16 20:08:43 UTC (rev 574)
@@ -81,8 +81,8 @@
 prepatch-stamp: extract-stamp
 endif
 	dpatch apply-until $(UNTIL)
-	cd $(ACE_ROOT) &&    bin/mwc.pl $(MWCFLAGS) ACE.mwc
-	cd $(TAO_ROOT) && ../bin/mwc.pl $(MWCFLAGS) TAO.mwc
+	cd $(ACE_ROOT) &&    bin/mwc.pl -noreldefs $(MWCFLAGS) ACE.mwc
+	cd $(TAO_ROOT) && ../bin/mwc.pl -noreldefs $(MWCFLAGS) TAO.mwc
 	patch -p0 < debian/patches/09-autoconf-fix-no-base-include-headers.diff
 	touch $@
 




More information about the Pkg-ace-commits mailing list