[zaptel-commits] qwell: trunk r2825 - in /trunk: ./ Makefile

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Mon Aug 6 15:32:02 CDT 2007


Author: qwell
Date: Mon Aug  6 15:32:01 2007
New Revision: 2825

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2825
Log:
Merged revisions 2824 via svnmerge from 
https://origsvn.digium.com/svn/zaptel/branches/1.4

(closes issue #10255)
........
r2824 | qwell | 2007-08-06 15:31:25 -0500 (Mon, 06 Aug 2007) | 4 lines

Use host compiler to build gendigits

Issue 10255, initial patch by mirabilos, modified by me to work with 1.4.

........

Modified:
    trunk/   (props changed)
    trunk/Makefile

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/Makefile
URL: http://svn.digium.com/view/zaptel/trunk/Makefile?view=diff&rev=2825&r1=2824&r2=2825
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Mon Aug  6 15:32:01 2007
@@ -257,8 +257,8 @@
 makefw: makefw.c
 	$(HOSTCC) -o $@ $^
 
-gendigits: LDLIBS+=-lm
-gendigits: CFLAGS=
+gendigits: gendigits.c
+	$(HOSTCC) -o $@ $^ -lm
 
 zaptel.c: tones.h 
 




More information about the zaptel-commits mailing list