mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
softethervpn: Fix compilation under 64-bit targets
-m64 is not compatible with OpenWrt's compilers.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from 23134b07de)
This commit is contained in:
@@ -12,7 +12,7 @@ PKG_NAME:=softethervpn
|
||||
PKG_VERSION:=4.29-9680
|
||||
PKG_VERREL:=rtm
|
||||
PKG_VERDATE:=2019.02.28
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=softether-src-v$(PKG_VERSION)-$(PKG_VERREL).tar.gz
|
||||
PKG_SOURCE_URL:=http://www.softether-download.com/files/softether/v$(PKG_VERSION)-$(PKG_VERREL)-$(PKG_VERDATE)-tree/Source_Code/
|
||||
|
||||
Reference in New Issue
Block a user