Browse Source

nginx: make nginx-rtmp module BigEndian friendly

Signed-off-by: Jan Bubík <jbubik@centrum.cz>
lilik-openwrt-22.03
Jan Bubík 3 years ago
parent
commit
037f4ec4e4
2 changed files with 1668 additions and 0 deletions
  1. +1
    -0
      net/nginx/Makefile
  2. +1667
    -0
      net/nginx/patches-rtmp-nginx/100-bigedian.patch

+ 1
- 0
net/nginx/Makefile View File

@ -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


+ 1667
- 0
net/nginx/patches-rtmp-nginx/100-bigedian.patch
File diff suppressed because it is too large
View File


Loading…
Cancel
Save