projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07746e5
)
fix urbi compile on avr32
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 6 Aug 2008 01:54:02 +0000
(
01:54
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 6 Aug 2008 01:54:02 +0000
(
01:54
+0000)
SVN-Revision: 12197
lang/urbi/Makefile
patch
|
blob
|
history
diff --git
a/lang/urbi/Makefile
b/lang/urbi/Makefile
index 8e3aaf0143df087464596a8cda287cf88aa67974..128b85859229b80f8b73ef85dbd6b50ff2ac8d6a 100644
(file)
--- 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