mirror of
https://github.com/stefanberger/libtpms
synced 2026-01-15 21:30:56 +00:00
build-sys: Add -Wno-deprecated-declarations to default CFLAGS (OSSL 3)
To be able to build with OpenSSL 3.0 we need to added -Wno-deprecated-declarations to the default CFLAGS. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
3091ef1184
commit
f45bafa9bd
@ -320,6 +320,7 @@ if test "x$enable_hardening" != "xno"; then
|
||||
fi
|
||||
|
||||
AM_CFLAGS="$CFLAGS $COVERAGE_CFLAGS -Wall -Werror -Wreturn-type -Wsign-compare -Wno-self-assign -Wmissing-prototypes"
|
||||
AM_CFLAGS="$AM_CFLAGS -Wno-deprecated-declarations"
|
||||
AM_LDFLAGS="$LDFLAGS $COVERAGE_LDFLAGS"
|
||||
|
||||
AC_SUBST([AM_CFLAGS])
|
||||
|
||||
Loading…
Reference in New Issue
Block a user