penguin/tinyproxy

An L4 proxy designed to act as a tiny transparent shim

commit bbf85bdee0967ced207b5f7ab4e0533f2a397e6a

author斟酌 鵬兄 <tgckpg@gmail.com>
date2026-06-09T20:42:43Z
subjectFixed incorrect file mode
commit bbf85bdee0967ced207b5f7ab4e0533f2a397e6a
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date:   2026-06-09T20:42:43Z

    Fixed incorrect file mode
---
 mk/libevent.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mk/libevent.mk b/mk/libevent.mk
index 2cfc1b5..55a1636 100644
--- a/mk/libevent.mk
+++ b/mk/libevent.mk
@@ -27,6 +27,7 @@ $(LIBEVENT_PATCH_STAMP):
 
 ifneq ($(strip $(LIBEVENT_SRC)),)
 $(LIBEVENT_CORE_A): $(LIBEVENT_PATCH_STAMP)
+	chmod +x $(LIBEVENT_SRC)/configure
 	cd $(LIBEVENT_SRC) && \
 		AR=$(AR) RANLIB=$(RANLIB) ./configure \
 		--prefix="$(LIBEVENT_PREFIX)" \