git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
77c2de7
)
nginx: add config symbols of rtmp,ts to PKG_CONFIG_DEPENDS
author
Yousong Zhou
<redacted>
Mon, 9 Jul 2018 02:38:25 +0000
(10:38 +0800)
committer
Yousong Zhou
<redacted>
Mon, 9 Jul 2018 03:33:55 +0000
(11:33 +0800)
Signed-off-by: Yousong Zhou <redacted>
net/nginx/Makefile
patch
|
blob
|
history
diff --git
a/net/nginx/Makefile
b/net/nginx/Makefile
index c2d28e6ed82e780445da7534e15c71182c5ef83a..2e047c62aa86f00c1bb61a2f34a0557db182e13b 100644
(file)
--- a/
net/nginx/Makefile
+++ b/
net/nginx/Makefile
@@
-65,7
+65,9
@@
PKG_CONFIG_DEPENDS := \
CONFIG_NGINX_HTTP_REAL_IP \
CONFIG_NGINX_HTTP_SECURE_LINK \
CONFIG_NGINX_HTTP_BROTLI \
- CONFIG_NGINX_HEADERS_MORE
+ CONFIG_NGINX_HEADERS_MORE \
+ CONFIG_NGINX_RTMP_MODULE \
+ CONFIG_NGINX_TS_MODULE \
include $(INCLUDE_DIR)/package.mk
git clone https://git.99rst.org/PROJECT