Skip to content

Commit 22dada5

Browse files
committed
build: prune compat event headers
The *_compat headers are the deprecated / non-threadsafe versions of the current headers. There's no need for us to ship them in depends. Prune them are save the safe / nuke the possibility of them being used.
1 parent 3c1e75e commit 22dada5

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
@@ -37,5 +37,6 @@ endef
3737

3838
define $(package)_postprocess_cmds
3939
rm lib/*.la && \
40-
rm include/ev*.h
40+
rm include/ev*.h && \
41+
rm include/event2/*_compat.h
4142
endef

0 commit comments

Comments
 (0)