From f7dd2cbdfe53fd1ff24776ea7a22d8122f686edd Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Thu, 17 Aug 2023 17:51:18 +0800
Subject: [PATCH] Update build shell script to support static library
---
libevent/build.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libevent/build.sh b/libevent/build.sh
index b5963c6..55e452d 100755
--- a/libevent/build.sh
+++ b/libevent/build.sh
@@ -157,7 +157,7 @@
do_export
- ./configure --prefix=${PREFIX_PATH} ${CONFIG_CROSS} \
+ ./configure --prefix=${PREFIX_PATH} ${CONFIG_CROSS} --enable-static \
--enable-thread-support --enable-openssl --enable-function-sections
check_result "ERROR: configure ${LIB_NAME} failure"
--
Gitblit v1.9.1