Changeset 3220

Show
Ignore:
Timestamp:
07/16/07 07:29:01 (1 year ago)
Author:
wbx
Message:

fix for Linux 2.4 targets

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/asterisk-12/Makefile

    r3156 r3220  
    88 
    99PKG_NAME:=              asterisk 
    10 PKG_VERSION:=           1.2.20 
     10PKG_VERSION:=           1.2.21.1 
    1111PKG_RELEASE:=           1 
    12 PKG_MD5SUM:=            7587f757c08c9f719625aff6888dbdb0 
     12PKG_MD5SUM:=            c0b86be1fcb84bdb54a8946e765ab0fd 
    1313MASTER_SITES:=          http://ftp.digium.com/pub/asterisk/old-releases/ \ 
    1414                        ftp://ftp.digium.com/pub/asterisk/old-releases/ 
     
    6464ifeq (${FWRT_PACKAGE_ASTERISK_12_ZAPTEL},) 
    6565MAKE_FLAGS+=            WITHOUT_ZAPTEL=1 
     66endif 
     67ifneq (${FWRT_PACKAGE_ASTERISK_12_MISDN},) 
     68MAKE_FLAGS+=            WITH_MISDN=1 
    6669endif 
    6770INSTALL_STYLE:=         auto 
  • trunk/freewrt/package/asterisk-12/patches/patch-channels_Makefile

    r2114 r3220  
    33        substitute crappy static paths with the right variable 
    44 
    5 --- asterisk-1.2.15.orig/channels/Makefile      2006-08-17 23:57:19.000000000 +0200 
    6 +++ asterisk-1.2.15/channels/Makefile   2007-02-28 19:28:39.000000000 +0100 
    7 @@ -238,7 +238,7 @@ misdn/chan_misdn_lib.a: 
    8         make -C misdn 
     5--- asterisk-1.2.21.1.orig/channels/Makefile    2007-03-26 12:21:56.000000000 +0200 
     6+++ asterisk-1.2.21.1/channels/Makefile 2007-07-16 07:02:44.000000000 +0200 
     7@@ -83,7 +83,7 @@ ifneq ($(wildcard h323/libchanh323.a),) 
     8   CHANNEL_LIBS+=chan_h323.so 
     9 endif 
     10  
     11-ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/mISDNuser/mISDNlib.h),) 
     12+ifeq ($(WITH_MISDN),1) 
     13   CHANNEL_LIBS+=chan_misdn.so 
     14   CFLAGS+=-Imisdn   
     15 endif 
     16@@ -245,7 +245,7 @@ misdn/chan_misdn_lib.a: 
     17        make CROSS_COMPILE_TARGET=$(CROSS_COMPILE_TARGET) -C misdn 
    918  
    1019 chan_misdn.so: chan_misdn.o misdn_config.o misdn/chan_misdn_lib.a