Changeset 1401

Show
Ignore:
Timestamp:
01/04/07 15:49:16 (2 years ago)
Author:
n0-1
Message:

first fix, seems like I messed it up right before
my last commit (had problems with patches-directory)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/asterisk/patches/patch-main_Makefile

    r1398 r1401  
    22fixed CFLAGS and LDFLAGS for internal call to configure and make 
    33--- asterisk-1.4.0.orig/main/Makefile   2006-12-18 12:59:24.000000000 +0100 
    4 +++ asterisk-1.4.0/main/Makefile        2007-01-04 13:15:02.000000000 +0100 
    5 @@ -94,6 +94,10 @@ ifeq ($(OSARCH),SunOS) 
     4+++ asterisk-1.4.0/main/Makefile        2007-01-04 15:45:04.000000000 +0100 
     5@@ -94,8 +94,12 @@ ifeq ($(OSARCH),SunOS) 
    66   ASTLINK= 
    77 endif 
     
    1212+ 
    1313 editline/libedit.a: 
    14         cd editline && test -f config.h || CFLAGS="$(ASTCFLAGS:-Werror=)" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) 
     14-       cd editline && test -f config.h || CFLAGS="$(ASTCFLAGS:-Werror=)" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) 
     15+       cd editline && test -f config.h || CFLAGS="$(ASTCFLAGS:-Werror=)" LDFLAGS="$(ASTLDFLAGS)" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) 
    1516        $(MAKE) -C editline libedit.a 
     17  
     18 db1-ast/libdb1.a: