1
0
mirror of synced 2024-11-22 04:56:03 +03:00

Improve output

- Inhibit warning messages from Libreswan compilation
This commit is contained in:
hwdsl2 2020-04-29 11:00:25 -05:00
parent 5983c79904
commit dae0c03356
4 changed files with 4 additions and 4 deletions

View File

@ -218,7 +218,7 @@ if [ "$SWAN_VER" = "3.31" ]; then
programs/pluto/ikev2_message.c
fi
cat > Makefile.inc.local <<'EOF'
WERROR_CFLAGS =
WERROR_CFLAGS = -w
USE_DNSSEC = false
USE_DH31 = false
USE_NSS_AVA_COPY = true

View File

@ -227,7 +227,7 @@ if [ "$SWAN_VER" = "3.31" ]; then
programs/pluto/ikev2_message.c
fi
cat > Makefile.inc.local <<'EOF'
WERROR_CFLAGS =
WERROR_CFLAGS = -w
USE_DNSSEC = false
USE_DH31 = false
USE_NSS_AVA_COPY = true

View File

@ -188,7 +188,7 @@ if [ "$SWAN_VER" = "3.31" ]; then
programs/pluto/ikev2_message.c
fi
cat > Makefile.inc.local <<'EOF'
WERROR_CFLAGS =
WERROR_CFLAGS = -w
USE_DNSSEC = false
USE_DH2 = true
USE_DH31 = false

View File

@ -186,7 +186,7 @@ if [ "$SWAN_VER" = "3.31" ]; then
programs/pluto/ikev2_message.c
fi
cat > Makefile.inc.local <<'EOF'
WERROR_CFLAGS =
WERROR_CFLAGS = -w
USE_DNSSEC = false
USE_DH2 = true
USE_DH31 = false