Merge pull request #11668 from lucize/openfortivpnup

openfortivpn: update to 1.13.2
This commit is contained in:
Hannu Nyman 2020-03-25 23:07:13 +02:00 committed by GitHub
commit e3e3e7f752
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=openfortivpn PKG_NAME:=openfortivpn
PKG_VERSION:=1.10.0 PKG_VERSION:=1.13.2
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/adrienverge/openfortivpn/tar.gz/v$(PKG_VERSION)? PKG_SOURCE_URL:=https://codeload.github.com/adrienverge/openfortivpn/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=d6ea0c84c0cf811530073fa19865334bb42ab10a780157fe95c4efb3476ad58d PKG_HASH:=998fb2b071cdfe3255c2f953cafc6e1496778f9a71dd5aa560b924a44636df87
PKG_MAINTAINER:=Lucian Cristian <lucian.cristian@gmail.com> PKG_MAINTAINER:=Lucian Cristian <lucian.cristian@gmail.com>
PKG_LICENSE:=GPL-3.0-or-later OpenSSL PKG_LICENSE:=GPL-3.0-or-later OpenSSL
@ -44,6 +44,8 @@ endef
CONFIGURE_ARGS += \ CONFIGURE_ARGS += \
--enable-proc \ --enable-proc \
--with-rt_dst="yes" \ --with-rt_dst="yes" \
--disable-resolvconf \
--with-resolvconf=DISABLED \
--with-pppd="/usr/sbin/pppd" --with-pppd="/usr/sbin/pppd"
TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed