[asterisk-commits] kpfleming: trunk r107715 - in /trunk: ./ Makefile.rules channels/Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Mar 11 15:50:58 CDT 2008
Author: kpfleming
Date: Tue Mar 11 15:50:57 2008
New Revision: 107715
URL: http://svn.digium.com/view/asterisk?view=rev&rev=107715
Log:
Merged revisions 107713 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r107713 | kpfleming | 2008-03-11 15:48:58 -0500 (Tue, 11 Mar 2008) | 2 lines
get chan_vpb to build properly in dev mode
........
Modified:
trunk/ (props changed)
trunk/Makefile.rules
trunk/channels/Makefile
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/Makefile.rules
URL: http://svn.digium.com/view/asterisk/trunk/Makefile.rules?view=diff&rev=107715&r1=107714&r2=107715
==============================================================================
--- trunk/Makefile.rules (original)
+++ trunk/Makefile.rules Tue Mar 11 15:50:57 2008
@@ -61,7 +61,7 @@
%.oo: %.cc
$(ECHO_PREFIX) echo " [CXX] $< -> $@"
- $(CMD_PREFIX) $(CXX) -o $@ -c $< $(PTHREAD_CFLAGS) $(filter-out -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations,$(ASTCFLAGS)) $(MAKE_DEPS)
+ $(CMD_PREFIX) $(CXX) -o $@ -c $< $(PTHREAD_CFLAGS) $(filter-out -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations $(AST_DECLARATION_AFTER_STATEMENT),$(ASTCFLAGS)) $(MAKE_DEPS)
%.c: %.y
$(ECHO_PREFIX) echo " [BISON] $< -> $@"
Modified: trunk/channels/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/channels/Makefile?view=diff&rev=107715&r1=107714&r2=107715
==============================================================================
--- trunk/channels/Makefile (original)
+++ trunk/channels/Makefile Tue Mar 11 15:50:57 2008
@@ -100,6 +100,4 @@
$(if $(filter chan_misdn,$(EMBEDDED_MODS)),modules.link,chan_misdn.so): misdn_config.o misdn/isdn_lib.o misdn/isdn_msg_parser.o
-chan_vpb.oo: ASTCFLAGS:=$(filter-out -Wdeclaration-after-statement,$(ASTCFLAGS))
-
$(if $(filter chan_oss,$(EMBEDDED_MODS)),modules.link,chan_oss.so): console_video.o vgrabbers.o console_board.o
More information about the asterisk-commits
mailing list