summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-10-28 23:57:58 +0200
committerRichard Levitte <levitte@openssl.org>2016-10-28 23:57:58 +0200
commit787b2dcc2fec8fa5b5c91c64dd06da850e9ea347 (patch)
tree5c44e63c3862710eaf11f9bf870cbb4b85692d69 /engines
parent0b9c5da0fd9c53a9a6193f9d48da86c83a4935d6 (diff)
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@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1803)
Diffstat (limited to 'engines')
-rw-r--r--engines/ccgost/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/ccgost/Makefile b/engines/ccgost/Makefile
index 17e1efbdff..f378530c86 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); \