diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2018-08-02 19:42:31 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-02 19:42:31 +0300 |
commit | bdc6b8c5e23638438d5e1c4b453c647c15115f49 (patch) | |
tree | a0a8a43d7f19956fcab0550b09d3244f06aaf2bb /net | |
parent | 1709b83091ceb043be9b6056e73c64af213200de (diff) | |
parent | 7a0aebbff299c8eaeffb1f78be458ce88c6af8ea (diff) |
Merge pull request #6423 from micmac1/strongswan-uclibc-iconv
strongswan: fix uclibc build issue
Diffstat (limited to 'net')
-rw-r--r-- | net/strongswan/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/strongswan/Makefile b/net/strongswan/Makefile index b770648d5..7bccc9fc1 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 |