Changeset 90415 in vbox
- Timestamp:
- Jul 29, 2021 6:22:09 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146014
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r90402 r90415 2525 2525 OPENSSLDIR=`echo $option | cut -d'=' -f2` 2526 2526 INCCRYPTO="-I${OPENSSLDIR}/include" 2527 LIBCRYPTO="${OPENSSLDIR}/lib/lib crypto.a ${OPENSSLDIR}/lib/libssl.a"2527 LIBCRYPTO="${OPENSSLDIR}/lib/libssl.a ${OPENSSLDIR}/lib/libcrypto.a" 2528 2528 # On Darwin (at least for macports) static OpenSSL also needs zlib. 2529 2529 [ "$OS" = "darwin" ] && LIBCRYPTO="$LIBCRYPTO ${OPENSSLDIR}/lib/libz.a" 2530 # On Linux static OpenSSL typically needs a few additional libraries. 2531 [ "$OS" = "linux" ] && LIBCRYPTO="-ldl $LIBPTHREAD -lm" 2530 2532 ;; 2531 2533 --with-ow-dir=*)
Note:
See TracChangeset
for help on using the changeset viewer.