SOURCES: apps_Makefile.patch - up for asterisk 1.2.7.1

aredridel aredridel at pld-linux.org
Sat May 6 02:25:16 CEST 2006


Author: aredridel                    Date: Sat May  6 00:25:16 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- up for asterisk 1.2.7.1

---- Files affected:
SOURCES:
   apps_Makefile.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/apps_Makefile.patch
diff -u SOURCES/apps_Makefile.patch:1.1 SOURCES/apps_Makefile.patch:1.2
--- SOURCES/apps_Makefile.patch:1.1	Sun Mar 12 17:41:19 2006
+++ SOURCES/apps_Makefile.patch	Sat May  6 02:25:11 2006
@@ -1,8 +1,7 @@
---- Makefile.orig	2006-01-11 18:39:21.000000000 +0800
-+++ Makefile	2006-01-11 18:40:46.000000000 +0800
-@@ -52,10 +52,14 @@
- 
- ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/local/include/osp/osp.h $(CROSS_COMPILE_TARGET)/usr/include/osp/osp.h),)
+diff -ur asterisk-1.2.7.1-o/apps/Makefile asterisk-1.2.7.1/apps/Makefile
+--- asterisk-1.2.7.1-o/apps/Makefile	2006-02-08 19:31:21.000000000 -0700
++++ asterisk-1.2.7.1/apps/Makefile	2006-05-05 18:20:40.000000000 -0600
+@@ -54,6 +54,10 @@
  APPS+=app_osplookup.so
  endif
  
@@ -13,22 +12,18 @@
  ifeq ($(findstring BSD,${OSARCH}),BSD)
  CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include -L$(CROSS_COMPILE_TARGET)/usr/local/lib
  endif
- 
- CURLLIBS=$(shell $(CROSS_COMPILE_BIN)curl-config --libs)
-@@ -100,10 +104,16 @@
- 	rm -f $(DESTDIR)$(MODULES_DIR)/app_qcall.so
- 
+@@ -102,6 +106,12 @@
  app_curl.so: app_curl.o
  	$(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} $(CURLLIBS)
  
 +app_rxfax.so : app_rxfax.o
 +	$(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff
-+
++ 
 +app_txfax.so : app_txfax.o
 +	$(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff
-+
++ 
  app_sql_postgres.o: app_sql_postgres.c
- 	$(CC) -pipe -I/usr/local/pgsql/include $(CFLAGS) -c -o app_sql_postgres.o app_sql_postgres.c
+ 	$(CC) -pipe -I$(CROSS_COMPILE_TARGET)/usr/local/pgsql/include -I$(CROSS_COMPILE_TARGET)/usr/include/postgresql $(CFLAGS) -c -o app_sql_postgres.o app_sql_postgres.c
  
- app_sql_postgres.so: app_sql_postgres.o
- 	$(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} -L/usr/local/pgsql/lib -lpq
+Only in asterisk-1.2.7.1/apps: Makefile~
+Only in asterisk-1.2.7.1/apps: Makefile.orig
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/apps_Makefile.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list