fix urbi compile on avr32
authorFelix Fietkau <nbd@openwrt.org>
Wed, 6 Aug 2008 01:54:02 +0000 (01:54 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 6 Aug 2008 01:54:02 +0000 (01:54 +0000)
SVN-Revision: 12197

lang/urbi/Makefile

index 8e3aaf0143df087464596a8cda287cf88aa67974..128b85859229b80f8b73ef85dbd6b50ff2ac8d6a 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