[openssl-commits] [openssl] OpenSSL_1_0_2-stable update
Richard Levitte
levitte at openssl.org
Mon Oct 31 23:49:22 UTC 2016
The branch OpenSSL_1_0_2-stable has been updated
via 787b2dcc2fec8fa5b5c91c64dd06da850e9ea347 (commit)
from 0b9c5da0fd9c53a9a6193f9d48da86c83a4935d6 (commit)
- Log -----------------------------------------------------------------
commit 787b2dcc2fec8fa5b5c91c64dd06da850e9ea347
Author: Richard Levitte <levitte at openssl.org>
Date: Fri Oct 28 23:57:58 2016 +0200
Add $(EX_LIBS) to the LIBDEPS for libgost.so, just as for all other engines
Without this, any linker flag the user gave when configuring are ignored.
Reviewed-by: Andy Polyakov <appro at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1803)
-----------------------------------------------------------------------
Summary of changes:
engines/ccgost/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/engines/ccgost/Makefile b/engines/ccgost/Makefile
index 17e1efb..f378530 100644
--- a/engines/ccgost/Makefile
+++ b/engines/ccgost/Makefile
@@ -32,7 +32,7 @@ lib: $(LIBOBJ)
$(MAKE) -f $(TOP)/Makefile.shared -e \
LIBNAME=$(LIBNAME) \
LIBEXTRAS='$(LIBOBJ)' \
- LIBDEPS='-L$(TOP) -lcrypto' \
+ LIBDEPS='-L$(TOP) -lcrypto $(EX_LIBS)' \
link_o.$(SHLIB_TARGET); \
else \
$(AR) $(LIB) $(LIBOBJ); \
More information about the openssl-commits
mailing list