Author: aredridel Date: Tue Sep 20 18:04:54 2005 GMT Module: SOURCES Tag: HEAD ---- Log message: - added
---- Files affected: SOURCES: asterisk-t30.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/asterisk-t30.patch diff -u /dev/null SOURCES/asterisk-t30.patch:1.1 --- /dev/null Tue Sep 20 20:04:54 2005 +++ SOURCES/asterisk-t30.patch Tue Sep 20 20:04:49 2005 @@ -0,0 +1,26 @@ +diff -ur asterisk-1.0.9-o/apps/Makefile asterisk-1.0.9-n/apps/Makefile +--- asterisk-1.0.9-o/apps/Makefile 2004-09-24 15:32:56.000000000 -0600 ++++ asterisk-1.0.9-n/apps/Makefile 2005-09-19 15:17:17.000000000 -0600 +@@ -42,6 +42,8 @@ + APPS+=$(shell if [ -f /usr/include/linux/zaptel.h ]; then echo "app_zapras.so app_meetme.so app_flash.so app_zapbarge.so app_zapscan.so" ; fi) + APPS+=$(shell if [ -f /usr/local/include/zaptel.h ]; then echo "app_zapras.so app_meetme.so app_flash.so app_zapbarge.so app_zapscan.so" ; fi) + APPS+=$(shell if [ -f /usr/include/osp/osp.h ]; then echo "app_osplookup.so" ; fi) ++APPS+=$(shell if [ -f /usr/include/spandsp.h ]; then echo "app_rxfax.so app_txfax.so" ; fi) ++APPS+=$(shell if [ -f /usr/local/include/spandsp.h ]; then echo "app_rxfax.so app_txfax.so" ; fi) + + CFLAGS+=-fPIC + +@@ -68,6 +70,13 @@ + for x in $(APPS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done + rm -f $(DESTDIR)$(MODULES_DIR)/app_datetime.so + ++ ++app_rxfax.so : app_rxfax.o ++ $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff ++ ++app_txfax.so : app_txfax.o ++ $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff ++ + app_voicemail.so : app_voicemail.o + ifeq ($(USE_MYSQL_VM_INTERFACE),1) + $(CC) $(SOLINK) -o $@ $(MLFLAGS) $< -L/usr/lib/mysql -lmysqlclient -lz ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
