nginx: fix compilation with BUILD_NLS
Requires nls.mk because of libxml2.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit de176d6f6f
)
This commit is contained in:
parent
f57e56fd46
commit
74081b945c
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=nginx
|
||||
PKG_VERSION:=1.19.6
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=nginx-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://nginx.org/download/
|
||||
|
@ -74,6 +74,7 @@ PKG_CONFIG_DEPENDS := \
|
|||
CONFIG_OPENSSL_WITH_NPN
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/nls.mk
|
||||
|
||||
define Package/nginx/default
|
||||
SECTION:=net
|
||||
|
|
Loading…
Reference in a new issue