bitcoin/depends/patches
0xb10c e158a2a7aa
build: add systemtap's sys/sdt.h as depends
The sys/sdt.h header is required to build Bitcoin Core with Userspace
Statically Defined Tracing support. Systemtap version 4.5 (May 2021)
is used as the most recent version 4.6 (Nov 2021) fails to build.
See e.g. https://sourceware.org/git/?p=systemtap.git;a=commit;h=1d3653936fc1fd13135a723a27e6c7e959793ad0

As Systemtap itself is not needed, the build steps (configure and
make) are skipped. We require fewer build dependecies and don't
waste time building depends we don't end up using. However, the
configure step would normally processes sys/sdt-config.h.in. The
resulting sdt-config.h defines _SDT_ASM_SECTION_AUTOGROUP_SUPPORT
(either 0 or 1 to indicate whether the assembler supports "?" in
.pushsection directives). For now, we assume all currently used
assemblers supports this feature and remove the check from the
sys/sdt.h header file in a patch.

Co-authored-by: Michael Ford <fanquake@gmail.com>
2022-01-04 10:13:24 +01:00
..
bdb build: use patch rather than sed in bdb package 2020-08-25 13:19:55 +08:00
fontconfig build: Bump Fonconfig version up to 2.12.6 2021-12-03 17:39:17 +02:00
miniupnpc build: miniupnpc 2.2.2 2021-03-23 08:39:16 +08:00
native_libdmg-hfsplus depends: pull upstream libdmg-hfsplus changes 2019-10-09 10:41:51 -04:00
qt build, qt: Hardcode last modified timestamp in Qt RCC 2021-12-25 23:00:37 +02:00
systemtap build: add systemtap's sys/sdt.h as depends 2022-01-04 10:13:24 +01:00
zeromq build: use patch rather than sed in zeromq package 2020-08-25 14:37:44 +08:00