Skip to content

Commit

Permalink
Build libevent without openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
sstone committed Feb 12, 2024
1 parent b9a2313 commit c288bdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion native/android/libevent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export LDFLAGS="${HOST_FLAGS}"
./configure \
--host="${CHOST}" \
--prefix="${PREFIX}" \
--enable-static --disable-shared \
--enable-static --disable-shared --disable-openssl \
--disable-samples \
cross_compiling="yes"

Expand Down
2 changes: 1 addition & 1 deletion native/ios/libevent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export LDFLAGS="${HOST_FLAGS}"
./configure \
--host="${CHOST}" \
--prefix="${PREFIX}" \
--enable-static --disable-shared \
--enable-static --disable-shared --disable-openssl\
--enable-gcc-hardening --disable-samples \
cross_compiling="yes" ac_cv_func_clock_gettime="no"

Expand Down

0 comments on commit c288bdc

Please sign in to comment.