Changeset 1576

Show
Ignore:
Timestamp:
01/13/07 15:18:22 (2 years ago)
Author:
n0-1
Message:

corrected typo, should stop drinking alcohol in the morning

Files:

Legend:

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

    r1575 r1576  
    1010  
    1111+# fix for cross compiling 
    12 +ASTCFLAGS+= -I${STAGIN_DIR}/usr/include 
    13 +ASTLDFLAGS+= -L${STAGIN_DIR}/usr/lib 
     12+ASTCFLAGS+= -I${STAGING_DIR}/usr/include 
     13+ASTLDFLAGS+= -L${STAGING_DIR}/usr/lib 
    1414+ 
    1515 ASTCFLAGS+=-pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations $(DEBUG)