lighttpd: include nls.mk for mysql plugin
authorSebastian Kemper <redacted>
Fri, 13 Jul 2018 20:25:05 +0000 (22:25 +0200)
committerSebastian Kemper <redacted>
Fri, 13 Jul 2018 20:25:06 +0000 (22:25 +0200)
libmariadb 10.2 needs to be linked in together with iconv.

Signed-off-by: Sebastian Kemper <redacted>
net/lighttpd/Makefile

index 20ef50ea7d1e186e434be5ab25efc15ac71da983..cb0ab7d7fcd84297c03dd8945c4d9b3e43c6214e 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=lighttpd
 PKG_VERSION:=1.4.49
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://download.lighttpd.net/lighttpd/releases-1.4.x
@@ -26,6 +26,8 @@ REBUILD_MODULES=authn_gssapi authn_ldap authn_mysql cml magnet mysql_vhost trigg
 PKG_CONFIG_DEPENDS:=CONFIG_LIGHTTPD_SSL $(patsubst %,CONFIG_PACKAGE_lighttpd-mod-%,$(REBUILD_MODULES))
 
 include $(INCLUDE_DIR)/package.mk
+# iconv is required for lighttpd's mysql plugin
+include $(INCLUDE_DIR)/nls.mk
 
 define Package/lighttpd/Default
   SUBMENU:=Web Servers/Proxies
git clone https://git.99rst.org/PROJECT