|
|
@ -3,17 +3,19 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=softethervpn5 |
|
|
|
PKG_VERSION:=5.01.9670 |
|
|
|
PKG_VERSION:=5.01.9671 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Andy Walsh <andy.walsh44+github@gmail.com> |
|
|
|
PKG_LICENSE:=GPL-2.0 |
|
|
|
PKG_LICENSE_FILES:=COPYING |
|
|
|
|
|
|
|
PKG_SOURCE_PROTO:=git |
|
|
|
PKG_SOURCE_URL:=https://github.com/SoftEtherVPN/SoftEtherVPN.git |
|
|
|
PKG_SOURCE_VERSION:=$(PKG_VERSION) |
|
|
|
PKG_MIRROR_HASH:=a7de5cf5e109450297af1bf79bc5f9ae15229d24da86b134b6251f8354b3dfb8 |
|
|
|
PKG_SOURCE_URL:=https://github.com/SoftEtherVPN/SoftEtherVPN/releases/download/$(PKG_VERSION)/ |
|
|
|
PKG_SOURCE:=softether-vpn-src-$(PKG_VERSION).tar.gz |
|
|
|
PKG_HASH:=56930110ad5e21a3b7c69008bdb3efd368c0ebafc1d0d97b48a76a3563ec8e24 |
|
|
|
|
|
|
|
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/SoftEtherVPN-$(PKG_VERSION) |
|
|
|
PKG_BUILD_DIR:=$(BUILD_DIR)/SoftEtherVPN-$(PKG_VERSION) |
|
|
|
|
|
|
|
HOST_BUILD_DEPENDS:=ncurses/host readline/host |
|
|
|
PKG_BUILD_DEPENDS:=softethervpn5/host |
|
|
@ -82,6 +84,7 @@ export USE_MUSL=YES |
|
|
|
# BUG: outdated host/include/elf.h
|
|
|
|
HOST_CFLAGS += $(FPIC) -DAT_HWCAP2=26 |
|
|
|
TARGET_CFLAGS += $(FPIC) |
|
|
|
CMAKE_OPTIONS = -DICONV_LIB_PATH="$(ICONV_PREFIX)/lib" |
|
|
|
|
|
|
|
# static build for host (hamcorebuilder), avoid -fpic on ncurses/host and shared libs can't be found on host
|
|
|
|
define Host/Prepare |
|
|
|