fix urbi compile on avr32

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12197 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2008-08-06 01:54:02 +00:00
parent 0184ad6b48
commit 82acbb9635

View 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