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:
7552d2e
)
One hack of LD_LIBRARY_PATH was forgotten.
author
Richard Levitte
<levitte@openssl.org>
Mon, 14 Apr 2003 06:28:59 +0000
(06:28 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 14 Apr 2003 06:28:59 +0000
(06:28 +0000)
test/Makefile.ssl
patch
|
blob
|
history
diff --git
a/test/Makefile.ssl
b/test/Makefile.ssl
index dfff045132072bc3700c13de9639aae46ff18de4..b6ad59bc79540d011e9803f337604bc1aa9cc3d6 100644
(file)
--- a/
test/Makefile.ssl
+++ b/
test/Makefile.ssl
@@
-350,6
+350,7
@@
$(SSLTEST): $(SSLTEST).o $(DLIBSSL) $(DLIBCRYPTO)
$(CC) -o $(SSLTEST) $(CFLAGS) $(SSLTEST).o $(PEX_LIBS) $(LIBSSL) $(LIBCRYPTO) $(EX_LIBS)
$(ENGINETEST): $(ENGINETEST).o $(DLIBCRYPTO)
+ LD_LIBRARY_PATH=..:$$LD_LIBRARY_PATH \
$(CC) -o $(ENGINETEST) $(CFLAGS) $(ENGINETEST).o $(PEX_LIBS) $(LIBCRYPTO) $(EX_LIBS)
dummytest: dummytest.o $(DLIBCRYPTO)