[Pkg-voip-commits] r3372 - asterisk/trunk/debian

Tzafrir Cohen tzafrir-guest at alioth.debian.org
Sun Apr 8 14:39:49 UTC 2007


Author: tzafrir-guest
Date: 2007-04-08 14:39:49 +0000 (Sun, 08 Apr 2007)
New Revision: 3372

Modified:
   asterisk/trunk/debian/rules
Log:
Reverting changeset:3370 - the target "opt" should indeed be used. It got broken
by upstream changeset 58008 .


Modified: asterisk/trunk/debian/rules
===================================================================
--- asterisk/trunk/debian/rules	2007-04-06 13:21:42 UTC (rev 3371)
+++ asterisk/trunk/debian/rules	2007-04-08 14:39:49 UTC (rev 3372)
@@ -90,7 +90,7 @@
 
 	# Add here command to compile/build the package.
 	$(MAKE) $(MAKEBUILDOPTS)
-	$(MAKE) $(MAKEBUILDOPTS) -C channels/h323
+	$(MAKE) $(MAKEBUILDOPTS) -C channels/h323 opt
 	$(MAKE) $(MAKEBUILDOPTS) -C $(BRISTUFF_DIR)
 
 	touch $@




More information about the Pkg-voip-commits mailing list