projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b33985
)
[packages] net/freeswitch: Fixed compilation error on gcc4.2.x (avr32)
author
Daniel Dickinson
<crazycshore@gmail.com>
Tue, 20 Jul 2010 08:14:02 +0000
(08:14 +0000)
committer
Daniel Dickinson
<crazycshore@gmail.com>
Tue, 20 Jul 2010 08:14:02 +0000
(08:14 +0000)
SVN-Revision: 22307
net/freeswitch/Makefile
patch
|
blob
|
history
diff --git
a/net/freeswitch/Makefile
b/net/freeswitch/Makefile
index 6426ba44267a8eb7617aacb114d54cc0bc89b8ba..841d1ff24414d3018493d0e1bb308472efb5f59f 100644
(file)
--- a/
net/freeswitch/Makefile
+++ b/
net/freeswitch/Makefile
@@
-318,8
+318,8
@@
ifneq ($(CONFIG_PACKAGE_freeswitch-sounds-moh),)
MAKE_INSTALL_TARGETS+= moh-install
endif
-FS_TARGET_CFLAGS = ${TARGET_CFLAGS} -DLUA_USE_LINUX $(FPIC) -std=gnu99 -Wno-format
-FS_TARGET_CXXFLAGS = ${TARGET_CXXFLAGS} -DLUA_USE_LINUX $(FPIC) -Wno-format
+FS_TARGET_CFLAGS = ${TARGET_CFLAGS} -DLUA_USE_LINUX $(FPIC) -std=gnu99 -Wno-format
-fgnu89-inline
+FS_TARGET_CXXFLAGS = ${TARGET_CXXFLAGS} -DLUA_USE_LINUX $(FPIC) -Wno-format
-fgnu89-inline
FS_TARGET_CPPFLAGS = -I. -I./lua ${TARGET_CPPFLAGS}
ifneq ($(CONFIG_USE_EGLIBC),)