diff options
author | Jan Bubík <jbubik@centrum.cz> | 2021-04-28 01:01:02 +0200 |
---|---|---|
committer | Jan Bubík <jbubik@centrum.cz> | 2021-04-28 01:01:24 +0200 |
commit | 037f4ec4e478b0692ee61240454be7f3a7b7a670 (patch) | |
tree | cca400593ec5a33f347b37338bb27c085f48891c /net/nginx/Makefile | |
parent | 816c41b6fcabfefea36f98568477cd06e74be386 (diff) |
nginx: make nginx-rtmp module BigEndian friendly
Signed-off-by: Jan Bubík <jbubik@centrum.cz>
Diffstat (limited to 'net/nginx/Makefile')
-rw-r--r-- | net/nginx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |