Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/xrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Quesnel <131881+aquesnel@users.noreply.github.com>2021-04-10 16:29:15 +0300
committerAlexandre Quesnel <131881+aquesnel@users.noreply.github.com>2021-04-14 07:41:54 +0300
commit28bce37d04123e4452971fbacacef31861f4fe27 (patch)
tree90c9587f985bcd82b6a1f9ce20fc98a5b2e19ae1
parentcbf6adb4bef119ea221a2f083296a7dc56dc49f1 (diff)
Add -no-suppress to the libtool invocation for libcommon
-rw-r--r--common/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index d8bdc615..95351b49 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -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