aboutsummaryrefslogtreecommitdiff
path: root/net/nginx/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2021-03-01 19:27:10 -0800
committerRosen Penev <rosenp@gmail.com>2021-03-06 14:06:19 -0800
commitde176d6f6f7bbe8abd8ae26c9b2350a9f9f38916 (patch)
treefcbd61821a95858ba63d29d9219a651a4d928e5f /net/nginx/Makefile
parenta30518f99ecc3f255e7eeec3bca3d49caaa92d58 (diff)
nginx: fix compilation with BUILD_NLS
Requires nls.mk because of libxml2. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/nginx/Makefile')
-rw-r--r--net/nginx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/nginx/Makefile b/net/nginx/Makefile
index 37da27e15..7105e6c15 100644
--- a/net/nginx/Makefile
+++ b/net/nginx/Makefile
@@ -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