From 0448199260c2d7afcf8cc11d8ee9fa82ae587adc Mon Sep 17 00:00:00 2001 From: "wudan@kylinos.cn" Date: Fri, 28 Apr 2023 15:00:22 +0800 Subject: [PATCH] 2023-04-28-fix openssl 3.0 update cause build wrong --- debian/changelog | 6 ++++++ wpa_supplicant/Makefile | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6d2d884..44376e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +wpa (2:2.10-ok1.6) yangtze; urgency=medium + + * fix openssl 3.0 update cause build wrong + + -- wudan Fri, 28 Apr 2023 14:54:13 +0800 + wpa (2:2.10-ok1.5) yangtze; urgency=medium * merge patch to fix OpenSSL 3.0 diff --git a/wpa_supplicant/Makefile b/wpa_supplicant/Makefile index cb66def..9dbe51f 100644 --- a/wpa_supplicant/Makefile +++ b/wpa_supplicant/Makefile @@ -170,7 +170,7 @@ CFLAGS += -DCONFIG_ELOOP_KQUEUE endif ifdef CONFIG_EAPOL_TEST -CFLAGS += -Werror -DEAPOL_TEST +CFLAGS += -Werror -Wno-error=deprecated-declarations -DEAPOL_TEST endif ifdef CONFIG_CODE_COVERAGE