We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d8a56 commit b4a570fCopy full SHA for b4a570f
1 file changed
build-android.sh
@@ -111,7 +111,7 @@ function build_android_arch {
111
export LDFLAGS=" ${ARCH_LINK} "
112
113
echo "Configuring android-${ABI}"
114
- (cd "${SRC_DIR}"; ./Configure ${OPENSSL_CONFIG_OPTIONS} -DOPENSSL_PIC -fPIC -no-stdio "${COMPILER}" > "${LOG_FILE}" 2>&1)
+ (cd "${SRC_DIR}"; ./Configure ${OPENSSL_CONFIG_OPTIONS} -DOPENSSL_PIC -fPIC "${COMPILER}" > "${LOG_FILE}" 2>&1)
115
116
local TARGET_PATCH_MAKEFILE="${SRC_DIR}/Makefile"
117
echo "Applying Patch for ${TARGET_PATCH_MAKEFILE}"
0 commit comments