Add -no-suppress to the libtool invocation for libcommon

This commit is contained in:
Alexandre Quesnel 2021-04-10 13:29:15 +00:00
parent cbf6adb4be
commit 28bce37d04
1 changed files with 4 additions and 1 deletions

View File

@ -32,7 +32,10 @@ if XRDP_DEBUG
AM_CPPFLAGS += -DXRDP_DEBUG
endif
AM_CFLAGS = $(OPENSSL_CFLAGS)
# -no-suppress is an automake-specific flag which is needed
# to prevent us missing compiler errors in some circumstances
# (see https://github.com/neutrinolabs/xrdp/pull/1843 )
AM_CFLAGS = -no-suppress $(OPENSSL_CFLAGS)
module_LTLIBRARIES = \
libcommon.la