udp-broadcast-relay: pass our CFLAGS

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39827 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2014-03-08 00:57:44 +00:00
parent 5cb6cb193d
commit 55578e51d8

View File

@ -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:=udp-broadcast-relay PKG_NAME:=udp-broadcast-relay
PKG_VERSION:=0.3 PKG_VERSION:=0.3
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.joachim-breitner.de/udp-broadcast-relay/files/ PKG_SOURCE_URL:=http://www.joachim-breitner.de/udp-broadcast-relay/files/
@ -37,7 +37,7 @@ define Package/udp-broadcast-relay/description
endef endef
define Build/Compile define Build/Compile
$(TARGET_CC) $(PKG_BUILD_DIR)/main.c -o $(PKG_BUILD_DIR)/$(PKG_NAME) $(TARGET_CC) $(TARGET_CFLAGS) $(PKG_BUILD_DIR)/main.c -o $(PKG_BUILD_DIR)/$(PKG_NAME)
endef endef
define Package/udp-broadcast-relay/install define Package/udp-broadcast-relay/install