From 058eb69ce47c17205a41fc667ce66429f09a332a Mon Sep 17 00:00:00 2001 From: fanquake Date: Tue, 11 Oct 2022 16:03:35 +0800 Subject: [PATCH] build: add missing event cflags to libbitcoin_util The fact that this is missing is currently masked by the inclusion of BOOST_CPPFLAGS. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 6d10f86d573..19b131a5f44 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -710,6 +710,7 @@ libbitcoin_util_a_SOURCES = \ $(BITCOIN_CORE_H) if USE_LIBEVENT +libbitcoin_util_a_CPPFLAGS += $(EVENT_CFLAGS) libbitcoin_util_a_SOURCES += util/url.cpp endif #