From 44dcf03a408804e05e0cb29d89522ec5b718a30f Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Fri, 4 Jun 2010 00:48:23 +0000 Subject: [PATCH] babel: pass optimization flags, bump release number SVN-Revision: 21668 --- net/babel/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net/babel/Makefile b/net/babel/Makefile index b99e3d947..64479da09 100644 --- a/net/babel/Makefile +++ b/net/babel/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=babeld PKG_VERSION:=1.0.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.pps.jussieu.fr/~jch/software/files/ @@ -41,6 +41,9 @@ define Package/babeld/conffiles /etc/config/babeld endef +MAKE_FLAGS+= \ + CFLAGS="$(TARGET_CFLAGS)" \ + define Package/babeld/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/babeld $(1)/usr/sbin/ -- 2.30.2