mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #12153 from cotequeiroz/libreswan_linux4.14
libreswan: fix compilation with Linux 4.14
This commit is contained in:
@@ -81,6 +81,10 @@ MAKE_FLAGS+= \
|
||||
FINALRUNDIR="/var/run/pluto" \
|
||||
ARCH="$(LINUX_KARCH)" \
|
||||
|
||||
ifdef CONFIG_LINUX_4_14
|
||||
MAKE_FLAGS+= USE_XFRM_INTERFACE_IFLA_HEADER=true
|
||||
endif
|
||||
|
||||
define Build/Prepare
|
||||
$(call Build/Prepare/Default)
|
||||
$(SED) 's,include $$$$(top_srcdir)/mk/manpages.mk,,g' \
|
||||
|
||||
Reference in New Issue
Block a user