summaryrefslogtreecommitdiff
path: root/main/Makefile
diff options
context:
space:
mode:
authorSteve Murphy <murf@digium.com>2007-07-02 21:50:15 +0000
committerSteve Murphy <murf@digium.com>2007-07-02 21:50:15 +0000
commit94b934c8f66b617b05ccf528781b958e4c312d04 (patch)
treed5bc89197c585410c1f1962bf1c65963b55724c9 /main/Makefile
parent8d99a2004be3688e770d3cbedfe0e3e8ae0ec643 (diff)
Merged revisions 72933 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r72933 | murf | 2007-07-02 14:16:31 -0600 (Mon, 02 Jul 2007) | 1 line support for floating point numbers added to ast_expr2 $\[...\] exprs. Fixes bug 9508, where the expr code fails with fp numbers. The MATH function returns fp numbers by default, so this fix is considered necessary. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@72940 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/Makefile')
-rw-r--r--main/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Makefile b/main/Makefile
index 103f2f6a5..f3c1b99f9 100644
--- a/main/Makefile
+++ b/main/Makefile
@@ -118,7 +118,7 @@ ast_expr2f.c:
testexpr2: ast_expr2f.c ast_expr2.c ast_expr2.h
$(CC) -g -c -Iinclude -DSTANDALONE ast_expr2f.c
$(CC) -g -c -Iinclude -DSTANDALONE ast_expr2.c
- $(CC) -g -o testexpr2 ast_expr2f.o ast_expr2.o
+ $(CC) -g -o testexpr2 ast_expr2f.o ast_expr2.o -lm
rm ast_expr2.o ast_expr2f.o
channel.o: ASTCFLAGS+=$(ZAPTEL_INCLUDE)