Skip to content

Commit b4a570f

Browse files
author
Martin Schwamberger
committed
Revert "Android add -no-stdio configuration"
This reverts commit c1d8a56.
1 parent c1d8a56 commit b4a570f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-android.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function build_android_arch {
111111
export LDFLAGS=" ${ARCH_LINK} "
112112

113113
echo "Configuring android-${ABI}"
114-
(cd "${SRC_DIR}"; ./Configure ${OPENSSL_CONFIG_OPTIONS} -DOPENSSL_PIC -fPIC -no-stdio "${COMPILER}" > "${LOG_FILE}" 2>&1)
114+
(cd "${SRC_DIR}"; ./Configure ${OPENSSL_CONFIG_OPTIONS} -DOPENSSL_PIC -fPIC "${COMPILER}" > "${LOG_FILE}" 2>&1)
115115

116116
local TARGET_PATCH_MAKEFILE="${SRC_DIR}/Makefile"
117117
echo "Applying Patch for ${TARGET_PATCH_MAKEFILE}"

0 commit comments

Comments
 (0)