From: Felix Fietkau Date: Wed, 6 Aug 2008 01:54:02 +0000 (+0000) Subject: fix urbi compile on avr32 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=12d8c70c3a54ef1a46240aeeb5ca0c78d634c4da;p=openwrt%2Fsvn-archive%2Fpackages.git fix urbi compile on avr32 SVN-Revision: 12197 --- diff --git a/lang/urbi/Makefile b/lang/urbi/Makefile index 8e3aaf014..128b85859 100644 --- a/lang/urbi/Makefile +++ b/lang/urbi/Makefile @@ -41,6 +41,7 @@ define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \ DESTDIR="$(PKG_INSTALL_DIR)" \ + WARNING_CXXFLAGS="-Wall" \ all install endef