Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Add _1_1 suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 1, 2019
1 parent b0eae98 commit dac5926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/openssl/recipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ function build_openssl() {

try $BUILD_openssl/Configure shared ${SSL_ARCH} -D__ANDROID_API__=$ANDROIDAPI --prefix=/
${MAKE} depend
${MAKE} DESTDIR=${STAGE_PATH} SHLIB_VERSION_NUMBER= SHLIB_EXT=.so build_libs
${MAKE} DESTDIR=${STAGE_PATH} SHLIB_VERSION_NUMBER= SHLIB_EXT=_1_1.so build_libs

# install
try ${MAKE} SHLIB_VERSION_NUMBER= SHLIB_EXT=.so DESTDIR=$STAGE_PATH install_dev install_engines
try ${MAKE} SHLIB_VERSION_NUMBER= SHLIB_EXT=_1_1.so DESTDIR=$STAGE_PATH install_dev install_engines

pop_arm
}
Expand Down

0 comments on commit dac5926

Please sign in to comment.