projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0bf8f2
)
Add needed libraries as per configuration to the list of libraries we
author
Richard Levitte
<levitte@openssl.org>
Mon, 14 Oct 2002 09:25:48 +0000
(09:25 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 14 Oct 2002 09:25:48 +0000
(09:25 +0000)
depend upon.
engines/Makefile.ssl
patch
|
blob
|
history
diff --git
a/engines/Makefile.ssl
b/engines/Makefile.ssl
index b6a1d9d191c9aafbd2241094b847be33b61db7d1..afa70b7131220bd9e136353612040f5c33a5eabd 100644
(file)
--- 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 \