]> git.pld-linux.org Git - packages/asterisk.git/commitdiff
- new,
authordjrzulf <djrzulf@pld-linux.org>
Tue, 1 Mar 2005 20:11:57 +0000 (20:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asterisk-h323.patch -> 1.1

asterisk-h323.patch [new file with mode: 0644]

diff --git a/asterisk-h323.patch b/asterisk-h323.patch
new file mode 100644 (file)
index 0000000..8e8e0e6
--- /dev/null
@@ -0,0 +1,19 @@
+--- asterisk-1.0.6/channels/h323/Makefile~     2004-11-15 03:35:35.000000000 +0100
++++ asterisk-1.0.6/channels/h323/Makefile      2005-03-01 17:04:12.200095264 +0100
+@@ -84,13 +84,13 @@
+ endif
+ chan_h323.so: 
+-      $(CXX)  -g -shared -Xlinker -x -o chan_h323.so chan_h323.o ast_h323.o -L$(PWLIBDIR)/lib  -lpt_linux_x86_r -L$(OPENH323DIR)/lib -lh323_linux_x86_r -L/usr/lib $(CHANH323LIB)
++      $(CXX)  -g -shared -Xlinker -x -o chan_h323.so chan_h323.o ast_h323.o -L$(PWLIBDIR)/lib  -L$(OPENH323DIR)/lib -lh323_linux_x86_r -L/usr/lib $(CHANH323LIB)
+ chan_h323_d.so:       chan_h323.o ast_h323.o
+-      $(CXX)     -shared -Xlinker -x -o chan_h323.so chan_h323.o ast_h323.o -L$(PWLIBDIR)/lib  -lpt_linux_x86_d -L$(OPENH323DIR)/lib -lh323_linux_x86_d -L/usr/lib $(CHANH323LIB)
++      $(CXX)     -shared -Xlinker -x -o chan_h323.so chan_h323.o ast_h323.o -L$(PWLIBDIR)/lib  -L$(OPENH323DIR)/lib -lh323_linux_x86_d -L/usr/lib $(CHANH323LIB)
+ chan_h323_s.so:       chan_h323.o ast_h323.o
+-      $(CXX)  -shared -Xlinker -x -o chan_h323.so chan_h323.o ast_h323.o -L$(PWLIBDIR)/lib  -lpt_linux_x86_r_s -L$(OPENH323DIR)/lib -lh323_linux_x86_r_s -L/usr/lib $(CHANH323LIB)
++      $(CXX)  -shared -Xlinker -x -o chan_h323.so chan_h323.o ast_h323.o -L$(PWLIBDIR)/lib  -L$(OPENH323DIR)/lib -lh323_linux_x86_r_s -L/usr/lib $(CHANH323LIB)
+ clean:
+       rm -f *.o *.so core.* libchanh323.a .depend
This page took 0.0803430000000001 seconds and 4 git commands to generate.