summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2004-05-31 22:29:26 +0000
committerAndy Polyakov <appro@openssl.org>2004-05-31 22:29:26 +0000
commit393b704d282909dff28bdca80e2d8a1d404086f4 (patch)
treecc770410663ed180a152f673ba2b76c7b8fdb004 /engines
parentbef26f1158e2fb24b3ec41596af94311452ce5c2 (diff)
Minimal work-around for ./engine shared builds. "Minimal" means that I
think that proper Makefile clean-up is required.
Diffstat (limited to 'engines')
-rw-r--r--engines/Makefile.ssl3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/Makefile.ssl b/engines/Makefile.ssl
index 933752915c..8c383f9599 100644
--- a/engines/Makefile.ssl
+++ b/engines/Makefile.ssl
@@ -75,6 +75,9 @@ lib: $(LIBOBJ)
$(NEWMAKE) -f ../Makefile.shared \
CC="$(CC)" LIBNAME=$$l LIBEXTRAS=e_$$l.o \
LIBDEPS='-L.. -lcrypto $(EX_LIBS)' \
+ CFLAG="$(CFLAG)" LDFLAGS="$(LDFLAGS)" \
+ SHARED_LDFLAGS="$(SHARED_LDFLAGS)" \
+ PLATFORM="$(PLATFORM)" \
link_o.$(SHLIB_TARGET); \
done; \
else \