mirror of
http://git.openwrt.org/packages.git
synced 2025-01-08 11:57:34 +08:00
ftplib: pass TARGET_CFLAGS to package build
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@39806 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4b348df3dd
commit
286aaa2eb5
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2008 OpenWrt.org
|
||||
# Copyright (C) 2008-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:=ftplib
|
||||
PKG_VERSION:=3.1-1
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://nbpfaus.net/~pfau/ftplib/
|
||||
@ -32,6 +32,9 @@ applications to create and access remote files through function calls instead
|
||||
of needing to fork and exec an interactive ftp client program.
|
||||
endef
|
||||
|
||||
MAKE_FLAGS += \
|
||||
DEFINES="$(TARGET_CFLAGS)"
|
||||
|
||||
define Build/Compile
|
||||
$(call Build/Compile/Default,all)
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user