English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Contents of /branches/common-nfo/package/asterisk/patches/patch-Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3427 - (show annotations) (download)
Wed Aug 8 11:08:41 2007 UTC (6 years, 6 months ago) by tg
File size: 579 byte(s)
merge in trunk rev. 3426
1 $FreeWRT$
2
3 added additional C- and LDFLAGS
4
5 submitted upstream as http://bugs.digium.com/view.php?id=10250
6
7 --- asterisk-1.4.8.orig/Makefile 2007-07-11 20:18:42.000000000 +0200
8 +++ asterisk-1.4.8/Makefile 2007-07-26 11:45:18.000000000 +0200
9 @@ -187,6 +187,10 @@ ifeq ($(OSARCH),linux-gnu)
10 endif
11 endif
12
13 +# fix for cross compiling
14 +ASTCFLAGS+= ${EXTRA_CFLAGS} ${EXTRA_CPPFLAGS}
15 +ASTLDFLAGS+= ${EXTRA_LDFLAGS}
16 +
17 ASTCFLAGS+=-pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations $(DEBUG)
18
19 ASTCFLAGS+=-include $(ASTTOPDIR)/include/asterisk/autoconfig.h

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20