Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit d44e3c6

Browse files
author
Paulo Gomes
committed
Remove no-stdio
In linux no-stdio resulted in some intermittent issues whilst using libgit2. Signed-off-by: Paulo Gomes <[email protected]>
1 parent 84b717c commit d44e3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/static.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function build_openssl(){
8686
# if none of the above, let openssl figure it out.
8787
fi
8888

89-
./Configure "${target_arch}" threads no-shared no-stdio no-tests zlib -fPIC -DOPENSSL_PIC \
89+
./Configure "${target_arch}" threads no-shared no-tests zlib -fPIC -DOPENSSL_PIC \
9090
--prefix="${TARGET_DIR}" \
9191
--with-zlib-include="${TARGET_DIR}/include" \
9292
--with-zlib-lib="${TARGET_DIR}/lib" \

0 commit comments

Comments
 (0)