Changeset 1575

Show
Ignore:
Timestamp:
01/13/07 14:24:17 (2 years ago)
Author:
n0-1
Message:

fixed the typical patch->sed->update-patches trap

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/asterisk/patches/200-custom_cflags.patch

    r1573 r1575  
    11$FreeWRT$ 
    2 added additional C- and LDFLAGS 
     2 
     3        added additional C- and LDFLAGS 
     4 
    35--- asterisk-1.4.0.orig/Makefile        2006-12-22 23:33:46.000000000 +0100 
    46+++ asterisk-1.4.0/Makefile     2007-01-04 20:20:13.000000000 +0100 
     
    810  
    911+# fix for cross compiling 
    10 +ASTCFLAGS+= -I/home/n0-1/svn/freewrt-snap-2.6/staging_dir_mipsel/usr/include 
    11 +ASTLDFLAGS+= -L/home/n0-1/svn/freewrt-snap-2.6/staging_dir_mipsel/usr/lib 
     12+ASTCFLAGS+= -I${STAGIN_DIR}/usr/include 
     13+ASTLDFLAGS+= -L${STAGIN_DIR}/usr/lib 
    1214+ 
    1315 ASTCFLAGS+=-pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations $(DEBUG)