Skip to content

Commit 339b4a5

Browse files
committed
build: don't install deprecated libevent headers
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.
1 parent 93feabc commit 339b4a5

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)