From 5dfe817b5e0a5811cfea5bda52929952024e51ca Mon Sep 17 00:00:00 2001 From: "Philip.Hazel" Date: Tue, 26 May 2020 15:18:35 +0000 Subject: [PATCH] Fix previous commit: include CET_CFLAGS in 16-bit and 32-bit builds under AutoTools. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index af6b92b..6a771a5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -405,6 +405,7 @@ nodist_libpcre2_16_la_SOURCES = \ libpcre2_16_la_CFLAGS = \ -DPCRE2_CODE_UNIT_WIDTH=16 \ $(VISIBILITY_CFLAGS) \ + $(CET_CFLAGS) \ $(AM_CFLAGS) libpcre2_16_la_LIBADD = endif # WITH_PCRE2_16 @@ -418,6 +419,7 @@ nodist_libpcre2_32_la_SOURCES = \ libpcre2_32_la_CFLAGS = \ -DPCRE2_CODE_UNIT_WIDTH=32 \ $(VISIBILITY_CFLAGS) \ + $(CET_CFLAGS) \ $(AM_CFLAGS) libpcre2_32_la_LIBADD = endif # WITH_PCRE2_32