Changeset 1576
- Timestamp:
- 01/13/07 15:18:22 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/asterisk/patches/200-custom_cflags.patch
r1575 r1576 10 10 11 11 +# fix for cross compiling 12 +ASTCFLAGS+= -I${STAGIN _DIR}/usr/include13 +ASTLDFLAGS+= -L${STAGIN _DIR}/usr/lib12 +ASTCFLAGS+= -I${STAGING_DIR}/usr/include 13 +ASTLDFLAGS+= -L${STAGING_DIR}/usr/lib 14 14 + 15 15 ASTCFLAGS+=-pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations $(DEBUG)


