From 82acbb9635d39e291bcc237113d7aab4b0791cc7 Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 6 Aug 2008 01:54:02 +0000 Subject: [PATCH] fix urbi compile on avr32 git-svn-id: svn://svn.openwrt.org/openwrt/packages@12197 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/urbi/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0