From: Florian Fainelli Date: Sat, 8 Mar 2014 00:58:11 +0000 (+0000) Subject: crtmpserver: pass our CFLAGS X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=34ca8afc00e2455ac17c7888055274f1769ade59;p=openwrt%2Fsvn-archive%2Fpackages.git crtmpserver: pass our CFLAGS Signed-off-by: Florian Fainelli SVN-Revision: 39838 --- diff --git a/multimedia/crtmpserver/Makefile b/multimedia/crtmpserver/Makefile index 0f3e27eb9..22b3a87b7 100644 --- a/multimedia/crtmpserver/Makefile +++ b/multimedia/crtmpserver/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010 OpenWrt.org +# Copyright (C) 2010-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=crtmpserver PKG_REV:=726 PKG_VERSION:=r$(PKG_REV) -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=--username=anonymous --password= https://svn.rtmpd.com/crtmpserver/trunk @@ -62,6 +62,7 @@ endef define Build/Compile +$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR)/builders/make \ + CFLAGS="$(TARGET_CFLAGS)" \ PLATFORM=linux-openwrt-uclibc endef