summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/olsrd-luci/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-03-15 18:25:44 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-03-15 18:25:44 +0000
commit6bfdbb69e6cd8d49bfc2ba287800de086e813425 (patch)
treed2f6de10796c016f11b777fa13aff7c529fbe30b /contrib/package/olsrd-luci/Makefile
parent7e01a250b172345bee8a0831b3582cb244ade191 (diff)
contrib/package/olsr-luci:
- fix unbloat patch - enable -DSVEN_OLA_UNBLOAT in target cflags
Diffstat (limited to 'contrib/package/olsrd-luci/Makefile')
-rw-r--r--contrib/package/olsrd-luci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/olsrd-luci/Makefile b/contrib/package/olsrd-luci/Makefile
index 19656100c9..c0ccf46d28 100644
--- a/contrib/package/olsrd-luci/Makefile
+++ b/contrib/package/olsrd-luci/Makefile
@@ -125,7 +125,7 @@ define Build/Compile
$(MAKE) -C "$(PKG_BUILD_DIR)" olsrd libs \
$(TARGET_CONFIGURE_OPTS) \
NODEBUG=1 \
- CFLAGS="$(TARGET_CFLAGS)" \
+ CFLAGS="$(TARGET_CFLAGS) -DSVEN_OLA_UNBLOAT" \
OS="linux" \
INSTALL_PREFIX="$(PKG_INSTALL_DIR)" \
LIBDIR="$(PKG_INSTALL_DIR)/usr/lib" \