]> git.pld-linux.org Git - packages/asterisk.git/commitdiff
- up for asterisk 1.2.7.1
authoraredridel <aredridel@pld-linux.org>
Sat, 6 May 2006 00:25:11 +0000 (00:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apps_Makefile.patch -> 1.2

apps_Makefile.patch

index 92752e38fbab2a55f310dd338a72b0d62718e7ed..0d1ce96abbfae7897b1a91079300352b7888ce8e 100644 (file)
@@ -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
  
  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
This page took 0.037209 seconds and 4 git commands to generate.