diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-04-11 01:43:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-11 01:43:37 -0700 |
commit | 31d4d4519b88f7aba54f76acefdd4bf62d83360e (patch) | |
tree | 3fe109716d396550f3c59e193ea137dea9f4ca38 | |
parent | 9f22c6338b953209a37b9e301f774e8ad60ce3a5 (diff) | |
parent | 3211f534e91ecf04423e9f260ea67eced2597ec5 (diff) |
Merge pull request #8653 from lucize/libreswan-fix
libreswan: kernel module fix
-rw-r--r-- | net/libreswan/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/libreswan/Makefile b/net/libreswan/Makefile index 556e20fda..514c34959 100644 --- a/net/libreswan/Makefile +++ b/net/libreswan/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libreswan PKG_VERSION:=3.27 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://download.libreswan.org/ @@ -90,6 +90,7 @@ MAKE_FLAGS+= \ USE_SYSTEMD_WATCHDOG=false \ INC_USRLOCAL="/usr" \ FINALRUNDIR="/var/run/pluto" \ + ARCH="$(LINUX_KARCH)" \ KERNELSRC="$(LINUX_DIR)" define Build/Prepare |