[svn-commits] file: branch 1.2 r1686 - /branches/1.2/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed Dec 6 16:22:12 MST 2006


Author: file
Date: Wed Dec  6 17:22:11 2006
New Revision: 1686

URL: http://svn.digium.com/view/zaptel?view=rev&rev=1686
Log:
Link ztcfg-dude against stdc++ so we get needed functions. (issue #8494 reported by Romik)

Modified:
    branches/1.2/Makefile

Modified: branches/1.2/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.2/Makefile?view=diff&rev=1686&r1=1685&r2=1686
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Wed Dec  6 17:22:11 2006
@@ -248,7 +248,7 @@
 	$(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 $^



More information about the svn-commits mailing list