From 4e63c5505744f307c2a5a89bf8d8aedf98f79f1a Mon Sep 17 00:00:00 2001 From: arvidn Date: Fri, 13 Oct 2017 17:34:24 +0200 Subject: [PATCH] revert Jamfile changes from last patch --- Jamfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Jamfile b/Jamfile index 0a19b104d..8aba1a205 100644 --- a/Jamfile +++ b/Jamfile @@ -548,7 +548,6 @@ lib crypto pre1.1 libeay32 @openssl-lib-path - shared : # default-build : # usage-requirements @openssl-include-path @@ -566,7 +565,6 @@ lib ssl ssleay32 crypto @openssl-lib-path - shared : # default-build : # usage-requirments @openssl-include-path @@ -577,8 +575,8 @@ lib ssl ; -lib crypto : : crypto z @openssl-lib-path shared : : @openssl-include-path ; -lib ssl : : ssl crypto @openssl-lib-path shared : : @openssl-include-path ; +lib crypto : : crypto z @openssl-lib-path : : @openssl-include-path ; +lib ssl : : ssl crypto @openssl-lib-path : : @openssl-include-path ; lib dbghelp : : dbghelp ;