From 282daa42144c3f9b2cf6a44c134cab415ccad0cb Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sat, 8 Mar 2014 00:57:17 +0000 Subject: [PATCH] netpipe: make sure we pass our CFLAGS Signed-off-by: Florian Fainelli SVN-Revision: 39816 --- net/netpipe/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/net/netpipe/Makefile b/net/netpipe/Makefile index 81d27125bc..daa213cb99 100644 --- a/net/netpipe/Makefile +++ b/net/netpipe/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-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:=netpipe PKG_VERSION:=3.7.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=NetPIPE-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.scl.ameslab.gov/netpipe/code @@ -41,6 +41,9 @@ endef define Build/Configure endef +MAKE_FLAGS += \ + $(TARGET_CONFIGURE_OPTS) + define Package/netpipe/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_BUILD_DIR)/NPtcp $(1)/usr/bin/ -- 2.30.2