X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=multimedia%2Fcrtmpserver%2FMakefile;fp=multimedia%2Fcrtmpserver%2FMakefile;h=22b3a87b7cb9b189c8169f3c84317ac80737735a;hb=7d6af685fbecf72e8a216d1ff4da945b4727de4d;hp=0f3e27eb975eb5e23e371e04dc55f6511cb6c0cb;hpb=2d9a8f9b799910737e43384c2ed6a95178b4cd25;p=packages.git 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