From 037f4ec4e478b0692ee61240454be7f3a7b7a670 Mon Sep 17 00:00:00 2001 From: Jan Bubík Date: Wed, 28 Apr 2021 01:01:02 +0200 Subject: nginx: make nginx-rtmp module BigEndian friendly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Bubík --- net/nginx/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'net/nginx/Makefile') diff --git a/net/nginx/Makefile b/net/nginx/Makefile index 7105e6c15..944ed56fc 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -450,6 +450,7 @@ ifeq ($(CONFIG_NGINX_RTMP_MODULE),y) define Prepare/nginx-rtmp $(eval $(Download/nginx-rtmp)) xzcat $(DL_DIR)/$(FILE) | tar -C $(PKG_BUILD_DIR) $(TAR_OPTIONS) + $(call PatchDir,$(PKG_BUILD_DIR)/nginx-rtmp,./patches-rtmp-nginx) endef endif -- cgit v1.2.3