1
0
mirror of synced 2024-11-26 06:46:06 +03:00
This commit is contained in:
hwdsl2 2019-06-03 22:02:14 -05:00
parent da20e723e8
commit 62d9b845d6

View File

@ -202,11 +202,12 @@ cd "libreswan-$SWAN_VER" || exit 1
if [ "$SWAN_VER" = "3.28" ]; then
if ! printf '%s' "$os_type" | head -n 1 | grep -qiF ubuntu; then
apt-get -yq install patch || exiterr2
patch_url1="https://raw.githubusercontent.com/libreswan/libreswan/37c4736005462084c5d7bc698e13f26fc73a9a4f/programs/barf/barf.in"
patch_url2="https://github.com/libreswan/libreswan/commit/716f4b712724c6698469563e531dea3667507ceb.patch"
patch_url1="https://raw.githubusercontent.com/libreswan/libreswan/37c4736/programs/barf/barf.in"
patch_url2="https://github.com/libreswan/libreswan/commit/716f4b7.patch"
wget -t 3 -T 30 -nv -O programs/barf/barf.in "$patch_url1" || exit 1
wget -t 3 -T 30 -nv -O xfrm.patch "$patch_url2" || exit 1
patch -p1 < xfrm.patch || exit 1
patch -s -p1 < xfrm.patch || exit 1
/bin/rm -f xfrm.patch
fi
fi
cat > Makefile.inc.local <<'EOF'