projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0184ad6
)
fix urbi compile on avr32
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 6 Aug 2008 01:54:02 +0000
(
01:54
+0000)
committer
nbd
<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
patch
|
blob
|
history
diff --git
a/lang/urbi/Makefile
b/lang/urbi/Makefile
index
8e3aaf0
..
128b858
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