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:
99c675b
)
Include kerberos libraries (if used) when linking test apps: some need it.
author
Dr. Stephen Henson
<steve@openssl.org>
Sat, 29 Oct 2005 12:51:43 +0000
(12:51 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sat, 29 Oct 2005 12:51:43 +0000
(12:51 +0000)
test/Makefile
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index 434ab48e617e4d60a417836d3211fec6d835b33c..8852bcc75141b9c09e1300cf5e1ba9a751ef151c 100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-309,9
+309,9
@@
BUILD_CMD=shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
shlib_target="$(SHLIB_TARGET)"; \
fi; \
if [ "$${shlib_target}" = "hpux-shared" -o "$${shlib_target}" = "darwin-shared" ] ; then \
- LIBRARIES="$(DLIBSSL) $(DLIBCRYPTO)"; \
+ LIBRARIES="$(DLIBSSL) $(DLIBCRYPTO)
$(LIBKRB5)
"; \
else \
- LIBRARIES="$(LIBSSL) $(LIBCRYPTO)"; \
+ LIBRARIES="$(LIBSSL) $(LIBCRYPTO)
$(LIBKRB5)
"; \
fi; \
$(MAKE) -f $(TOP)/Makefile.shared -e \
APPNAME=$$target$(EXE_EXT) OBJECTS="$$target.o" \