English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Diff of /branches/common-nfo/package/asterisk-12/patches/patch-channels_Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3426 by tg, Wed Jul 18 12:45:43 2007 UTC revision 3427 by tg, Wed Aug 8 11:08:41 2007 UTC
# Line 1  Line 1 
1  $FreeWRT$  $FreeWRT$
2    
3          substitute crappy static paths with the right variable          substitute crappy static paths with the right variable
4            not for upstream submission
5    
6  --- asterisk-1.2.21.1.orig/channels/Makefile    2007-03-26 12:21:56.000000000 +0200  --- asterisk-1.2.22.orig/channels/Makefile      2007-07-11 19:15:11.000000000 +0200
7  +++ asterisk-1.2.21.1/channels/Makefile 2007-07-16 07:02:44.000000000 +0200  +++ asterisk-1.2.22/channels/Makefile   2007-07-19 00:48:12.000000000 +0200
8  @@ -83,7 +83,7 @@ ifneq ($(wildcard h323/libchanh323.a),)  @@ -87,7 +87,7 @@ ifneq ($(wildcard h323/libchanh323.a),)
9     CHANNEL_LIBS+=chan_h323.so     CHANNEL_LIBS+=chan_h323.so
10   endif   endif
11    
12  -ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/mISDNuser/mISDNlib.h),)  -ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/mISDNuser/mISDNlib.h),)
13  +ifeq ($(WITH_MISDN),1)  +ifneq ($(WITHOUT_MISDN),1)
14     CHANNEL_LIBS+=chan_misdn.so     CHANNEL_LIBS+=chan_misdn.so
15     CFLAGS+=-Imisdn       CFLAGS+=-Imisdn  
16   endif   endif
17  @@ -245,7 +245,7 @@ misdn/chan_misdn_lib.a:  @@ -249,7 +249,7 @@ misdn/chan_misdn_lib.a:
18          make CROSS_COMPILE_TARGET=$(CROSS_COMPILE_TARGET) -C misdn          make CROSS_COMPILE_TARGET=$(CROSS_COMPILE_TARGET) -C misdn
19    
20   chan_misdn.so: chan_misdn.o misdn_config.o misdn/chan_misdn_lib.a   chan_misdn.so: chan_misdn.o misdn_config.o misdn/chan_misdn_lib.a

Legend:
Removed from v.3426  
changed lines
  Added in v.3427

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20