]> git.pld-linux.org Git - packages/asterisk.git/blob - asterisk-openh323-rtti.patch
- up to 1.2.3
[packages/asterisk.git] / asterisk-openh323-rtti.patch
1 diff -urN asterisk-1.0.7.org/channels/h323/Makefile asterisk-1.0.7/channels/h323/Makefile
2 --- asterisk-1.0.7.org/channels/h323/Makefile   2004-11-15 03:35:35.000000000 +0100
3 +++ asterisk-1.0.7/channels/h323/Makefile       2005-03-20 20:19:02.386545728 +0100
4 @@ -77,7 +77,7 @@
5         ar cr libchanh323.a ast_h323.o
6  
7  ast_h323.o:    ast_h323.cpp
8 -       $(CXX) -g -c -fno-rtti -o $@ $(CFLAGS) $<
9 +       $(CXX) -g -c -o $@ $(CFLAGS) $<
10  
11  ifneq ($(wildcard .depend),)
12  include .depend
This page took 0.0417 seconds and 3 git commands to generate.