Commit 787b2dcc authored by Richard Levitte's avatar Richard Levitte
Browse files

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: default avatarAndy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1803)
parent 0b9c5da0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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); \