From: Richard Levitte Date: Mon, 14 Oct 2002 09:25:48 +0000 (+0000) Subject: Add needed libraries as per configuration to the list of libraries we X-Git-Tag: OpenSSL_0_9_7-beta4~109^2~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79a6260a1118818944d257671087eb31c6e95ed3;p=thirdparty%2Fopenssl.git Add needed libraries as per configuration to the list of libraries we depend upon. --- diff --git a/engines/Makefile.ssl b/engines/Makefile.ssl index b6a1d9d191c..afa70b71312 100644 --- a/engines/Makefile.ssl +++ b/engines/Makefile.ssl @@ -17,6 +17,9 @@ MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG) MAKEFILE= Makefile.ssl AR= ar r +PEX_LIBS= +EX_LIBS= + CFLAGS= $(INCLUDES) $(CFLAG) GENERAL=Makefile engines.com install.com @@ -68,7 +71,7 @@ libs: $(LIBOBJ) for l in $(LIBNAMES); do \ $(NEWMAKE) -f ../Makefile.shared \ CC="$(CC)" LIBNAME=$$l LIBEXTRAS=e_$$l.o \ - LIBDEPS='-L.. -lcrypto' \ + LIBDEPS='-L.. -lcrypto $(EX_LIBS)' \ link_o.$(SHLIB_TARGET); \ done; \ else \