From b217da217e6161e442133672795d5791fc42ba09 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sat, 8 Mar 2014 00:56:52 +0000 Subject: [PATCH] ftplib: pass TARGET_CFLAGS to package build Signed-off-by: Florian Fainelli SVN-Revision: 39806 --- libs/ftplib/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libs/ftplib/Makefile b/libs/ftplib/Makefile index f7199ad72a..1c6b51630c 100644 --- a/libs/ftplib/Makefile +++ b/libs/ftplib/Makefile @@ -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 -- 2.30.2