Skip to content

Commit fd381d8

Browse files
committed
Merge bitcoin/bitcoin#24526: build: don't install deprecated libevent headers
339b4a5 build: don't install deprecated libevent headers (fanquake) Pull request description: We don't use the deprecated headers now, and never should do in the future, so there is no need for them to exist in depends. The headers themselves are just full of includes for the newer headers. ACKs for top commit: hebasto: ACK 339b4a5 Tree-SHA512: 736fd9e3b22212da462cc05203dd253806dc59f973090357b705f2742ed4a3b8c3cc44b3173d706527f60ad93e95cf4143ec6b7db4233a489890a98f8e5c8f07
2 parents e7db4e2 + 339b4a5 commit fd381d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

depends/packages/libevent.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ define $(package)_stage_cmds
3636
endef
3737

3838
define $(package)_postprocess_cmds
39-
rm lib/*.la
39+
rm lib/*.la && \
40+
rm include/ev*.h
4041
endef

0 commit comments

Comments
 (0)