]> git.pld-linux.org Git - packages/asterisk.git/blob - asterisk-lib.patch
- corrected typo with rxfax level
[packages/asterisk.git] / asterisk-lib.patch
1 --- asterisk-1.2.0/channels/Makefile.orig       2005-11-21 13:47:31.000000000 +0100
2 +++ asterisk-1.2.0/channels/Makefile    2005-11-21 13:49:38.000000000 +0100
3 @@ -31,8 +31,8 @@
4  endif
5  
6  ifeq (${OSARCH},Linux)
7 -  PTLIB=-lpt_linux_x86_r
8 -  H323LIB=-lh323_linux_x86_r
9 +  PTLIB=-lpt
10 +  H323LIB=-lopenh323
11    CHANH323LIB=-ldl
12  endif
13  
This page took 0.055582 seconds and 3 git commands to generate.