From 201c5c6b3ba49c65738c68f735304dc2a6190b4a Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sat, 8 Mar 2014 00:57:49 +0000 Subject: [PATCH] udpxy: pass our CFLAGS Signed-off-by: Florian Fainelli SVN-Revision: 39829 --- net/udpxy/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net/udpxy/Makefile b/net/udpxy/Makefile index 1db05d6ed7..f9ac4fc068 100644 --- a/net/udpxy/Makefile +++ b/net/udpxy/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2011 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. @@ -11,7 +11,7 @@ PKG_NAME:=udpxy PKG_REV:=1.0.23 PKG_TAG:=9 PKG_VERSION:=$(PKG_REV)-$(PKG_TAG) -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME).$(PKG_REV)-$(patsubst %,%-prod,$(PKG_TAG)).tar.gz PKG_SOURCE_URL:=http://www.udpxy.com/download/1_23 @@ -39,7 +39,8 @@ define Package/udpxy/description endef MAKE_FLAGS += \ - INSTALLROOT="$(PKG_INSTALL_DIR)/usr" + INSTALLROOT="$(PKG_INSTALL_DIR)/usr" \ + ALL_CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" define Package/udpxy/install $(INSTALL_DIR) $(1)/etc/init.d -- 2.30.2