netpipe: make sure we pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@39816 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8bd3d69e8e
commit
efa8a314c9
@ -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.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=netpipe
|
PKG_NAME:=netpipe
|
||||||
PKG_VERSION:=3.7.1
|
PKG_VERSION:=3.7.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=NetPIPE-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=NetPIPE-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.scl.ameslab.gov/netpipe/code
|
PKG_SOURCE_URL:=http://www.scl.ameslab.gov/netpipe/code
|
||||||
@ -41,6 +41,9 @@ endef
|
|||||||
define Build/Configure
|
define Build/Configure
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
MAKE_FLAGS += \
|
||||||
|
$(TARGET_CONFIGURE_OPTS)
|
||||||
|
|
||||||
define Package/netpipe/install
|
define Package/netpipe/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/NPtcp $(1)/usr/bin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/NPtcp $(1)/usr/bin/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user