Add $(EX_LIBS) to the LIBDEPS for libgost.so, just as for all other engines
authorRichard Levitte <levitte@openssl.org>
Fri, 28 Oct 2016 21:57:58 +0000 (23:57 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 28 Oct 2016 21:57:58 +0000 (23:57 +0200)
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)

engines/ccgost/Makefile

index 17e1efbdff3014a28d161caaa7c31af603e0e492..f378530c864233340e9821c3f9a75bbfaa29b677 100644 (file)
@@ -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); \