Skip to content

Commit bda0b63

Browse files
committed
depends: use latest config.guess and config.sub for libevent
1 parent a3791da commit bda0b63

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

depends/packages/libevent.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ define $(package)_set_vars
1616
$(package)_cppflags_mingw32=-D_WIN32_WINNT=0x0601
1717
endef
1818

19+
define $(package)_preprocess_cmds
20+
cp -f $(BASEDIR)/config.guess $(BASEDIR)/config.sub build-aux
21+
endef
22+
1923
define $(package)_config_cmds
2024
$($(package)_autoconf)
2125
endef

0 commit comments

Comments
 (0)