!17 fix openssl 3.0 update cause build wrong

Merge pull request !17 from solod/openkylin/yangtze
This commit is contained in:
solod 2023-04-28 07:33:48 +00:00 committed by Gitee
commit bf15a82643
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
wpa (2:2.10-ok1.6) yangtze; urgency=medium
* fix openssl 3.0 update cause build wrong
-- wudan <wudan@kylinos.cn> Fri, 28 Apr 2023 14:54:13 +0800
wpa (2:2.10-ok1.5) yangtze; urgency=medium
* merge patch to fix OpenSSL 3.0

View File

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