libreswan: fix build on macos
authorSergey V. Lobanov <sergey@lobanov.in>
Thu, 20 Jan 2022 20:57:23 +0000 (23:57 +0300)
committerRosen Penev <rosenp@gmail.com>
Fri, 21 Jan 2022 04:49:08 +0000 (20:49 -0800)
commit270e8eabc3c953ea22e545a33ce12af3700748aa
tree5895348608c1a0613b6ef05365c1ccea687a7258
parentd6b116cb43802048d883a13e2d2e95eea76ad565
libreswan: fix build on macos

libreswan makefile detects macos (darwin) and changes build logic
but OpenWrt is always Linux so it is required to specify linux as
target platfrom

This patch specifies Linux as a target platfrom

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
net/libreswan/Makefile