From: djrzulf Date: Tue, 1 Mar 2005 20:22:12 +0000 (+0000) Subject: - renamed, updated, X-Git-Tag: auto/ac/asterisk-1_0_7-1~7 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fasterisk.git;a=commitdiff_plain;h=aaca8e1160ce2d0ab8043a7bb7050c82681811f3 - renamed, updated, Changed files: asterisk-h323.patch -> 1.3 asterisk-lib.patch -> 1.1 --- diff --git a/asterisk-h323.patch b/asterisk-lib.patch similarity index 78% rename from asterisk-h323.patch rename to asterisk-lib.patch index a9487af..6650b1e 100644 --- a/asterisk-h323.patch +++ b/asterisk-lib.patch @@ -17,3 +17,16 @@ clean: rm -f *.o *.so core.* libchanh323.a .depend +--- asterisk-1.0.6/channels/Makefile~ 2004-08-31 18:33:00.000000000 +0200 ++++ asterisk-1.0.6/channels/Makefile 2005-03-01 21:18:40.334985952 +0100 +@@ -46,8 +46,8 @@ + endif + ifeq (${OSARCH},Linux) + MYSQLLIB=-L/usr/lib/mysql -lmysqlclient +-PTLIB=-lpt_linux_x86_r +-H323LIB=-lh323_linux_x86_r ++PTLIB=-lpt ++H323LIB=-lopenh323 + CHANH323LIB=-ldl + + ifeq ($(PROC),sparc64)