fix urbi compile on avr32
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 6 Aug 2008 01:54:02 +0000 (01:54 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 6 Aug 2008 01:54:02 +0000 (01:54 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12197 3c298f89-4303-0410-b956-a3cf2f4a3e73

lang/urbi/Makefile

index 8e3aaf0..128b858 100644 (file)
@@ -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