Changeset 1575
- Timestamp:
- 01/13/07 14:24:17 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/asterisk/patches/200-custom_cflags.patch
r1573 r1575 1 1 $FreeWRT$ 2 added additional C- and LDFLAGS 2 3 added additional C- and LDFLAGS 4 3 5 --- asterisk-1.4.0.orig/Makefile 2006-12-22 23:33:46.000000000 +0100 4 6 +++ asterisk-1.4.0/Makefile 2007-01-04 20:20:13.000000000 +0100 … … 8 10 9 11 +# fix for cross compiling 10 +ASTCFLAGS+= -I /home/n0-1/svn/freewrt-snap-2.6/staging_dir_mipsel/usr/include11 +ASTLDFLAGS+= -L /home/n0-1/svn/freewrt-snap-2.6/staging_dir_mipsel/usr/lib12 +ASTCFLAGS+= -I${STAGIN_DIR}/usr/include 13 +ASTLDFLAGS+= -L${STAGIN_DIR}/usr/lib 12 14 + 13 15 ASTCFLAGS+=-pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations $(DEBUG)


