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

Tzafrir Cohen tzafrir-guest at alioth.debian.org
Fri Apr 6 13:21:13 UTC 2007


Author: tzafrir-guest
Date: 2007-04-06 13:21:13 +0000 (Fri, 06 Apr 2007)
New Revision: 3370

Modified:
   asterisk/trunk/debian/rules
Log:
Fix building of h323 (not sure why 'opt' was there to start with.


Modified: asterisk/trunk/debian/rules
===================================================================
--- asterisk/trunk/debian/rules	2007-04-06 11:22:43 UTC (rev 3369)
+++ asterisk/trunk/debian/rules	2007-04-06 13:21:13 UTC (rev 3370)
@@ -90,7 +90,7 @@
 
 	# Add here command to compile/build the package.
 	$(MAKE) $(MAKEBUILDOPTS)
-	$(MAKE) $(MAKEBUILDOPTS) -C channels/h323 opt
+	$(MAKE) $(MAKEBUILDOPTS) -C channels/h323
 	$(MAKE) $(MAKEBUILDOPTS) -C $(BRISTUFF_DIR)
 
 	touch $@




More information about the Pkg-voip-commits mailing list