From ab1180a51e1b7b1a51355945a1906ed456b0349b Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 17 Mar 2014 17:14:27 +0000 Subject: [PATCH] aoetools: fix passing our CFLAGS Signed-off-by: Florian Fainelli SVN-Revision: 39937 --- net/aoetools/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net/aoetools/Makefile b/net/aoetools/Makefile index f2f775672..10aac87f4 100644 --- a/net/aoetools/Makefile +++ b/net/aoetools/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2011 OpenWrt.org +# Copyright (C) 2007-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=aoetools PKG_VERSION:=32 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/aoetools @@ -34,7 +34,8 @@ define Package/aoetools/description device using AoE. endef -CONFIGURE_ARGS += NPERSHELF=16 +MAKE_FLAGS += \ + CFLAGS="$(TARGET_CFLAGS)" define Package/$(PKG_NAME)/install $(INSTALL_DIR) $(1)/usr/sbin -- 2.30.2