Browse Source

Merge pull request #12153 from cotequeiroz/libreswan_linux4.14

libreswan: fix compilation with Linux 4.14
lilik-openwrt-22.03
Hannu Nyman 4 years ago
committed by GitHub
parent
commit
3c512fc304
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      net/libreswan/Makefile

+ 4
- 0
net/libreswan/Makefile View File

@ -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' \


Loading…
Cancel
Save