summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-12-06 23:22:11 +0000
committerfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-12-06 23:22:11 +0000
commit5357ea9f7435fe331279f00921b7d28020606192 (patch)
treec03b5095ba611521c9a567621bfa0e18aaba6980
parentd1d1e48bd1c0ae91908d08ec76018b7981c8a497 (diff)
Link ztcfg-dude against stdc++ so we get needed functions. (issue #8494 reported by Romik)
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1686 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 212c02c..5d32e37 100644
--- a/Makefile
+++ b/Makefile
@@ -248,7 +248,7 @@ ztcfg: ztcfg.o libtonezone.a
$(CC) -o $@ $^ -lm
ztcfg-dude: ztcfg-dude.o mknotch.o complex.o $(LIBTONEZONE_SO)
- $(CC) -o $@ $^ -lm
+ $(CC) -o $@ $^ -lm -lstdc++
mknotch.o: mknotch.cc
$(CC) -o $@ -c $^