diff options
author | merge-script <fanquake@gmail.com> | 2024-06-03 12:44:06 +0100 |
---|---|---|
committer | merge-script <fanquake@gmail.com> | 2024-06-03 12:44:06 +0100 |
commit | e40df5468d1187a608f3821a23f37939e24804a1 (patch) | |
tree | 32132048fa68f0632197dc162cd2338fbe43ead7 /src/wallet | |
parent | 80bdd4b6beb878c95478b5623c9f9ff0b948ad57 (diff) | |
parent | 3299abce948f205bb1354993614b669189f9b89f (diff) |
Merge bitcoin/bitcoin#30216: build: Fix building `fuzz` binary on on SunOS / illumos
3299abce948f205bb1354993614b669189f9b89f build: Fix building `fuzz` binary on on SunOS / illumos (Hennadii Stepanov)
Pull request description:
On master branch @ 457e1846d2bf6ef9d54b9ba1a330ba8bbff13091, building the `fuzz` binary fails:
```
$ ./autogen.sh
$ ./configure
$ gmake -C src test/fuzz/fuzz
< snip >
CXX test/fuzz/fuzz-http_request.o
test/fuzz/http_request.cpp:13:10: fatal error: event2/buffer.h: No such file or directory
13 | #include <event2/buffer.h>
| ^~~~~~~~~~~~~~~~~
compilation terminated.
gmake: *** [Makefile:17138: test/fuzz/fuzz-http_request.o] Error 1
gmake: Leaving directory '/export/home/hebasto/git/bitcoin/src'
```
The testing system:
```
$ uname -a
SunOS openindiana 5.11 illumos-82079dec87 i86pc i386 i86pc
```
This PR fixes this issue.
ACKs for top commit:
maflcko:
ACK 3299abce948f205bb1354993614b669189f9b89f
Tree-SHA512: 43048cf0d3db47d71263da179e07225afd901ed2039ee4d17314ff7b581ab36f41282fde3b1210926cecda546320dc573937c564520f61fbb236c2b9914ed0d4
Diffstat (limited to 'src/wallet')
0 files changed, 0 insertions, 0 deletions