From 7a0aebbff299c8eaeffb1f78be458ce88c6af8ea Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Fri, 13 Jul 2018 22:30:40 +0200 Subject: strongswan: include nls.mk for mysql plugin ibmariadb 10.2 needs to be linked in together with iconv. Signed-off-by: Sebastian Kemper --- net/strongswan/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'net') diff --git a/net/strongswan/Makefile b/net/strongswan/Makefile index 9ce093bf2..794fe305b 100644 --- a/net/strongswan/Makefile +++ b/net/strongswan/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2012-2015 OpenWrt.org +# Copyright (C) 2012-2018 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=strongswan PKG_VERSION:=5.6.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_HASH:=c3c7dc8201f40625bba92ffd32eb602a8909210d8b3fac4d214c737ce079bf24 @@ -103,6 +103,8 @@ PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/package.mk +# strongswan-mod-mysql needs iconv +include $(INCLUDE_DIR)/nls.mk define Package/strongswan/Default SUBMENU:=VPN -- cgit v1.2.3