summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-08-05 17:51:39 +0200
committerDr. Stephen Henson <steve@openssl.org>2009-08-05 17:51:39 +0200
commite075341d66cf35527b37e449a39de9b68cee6bcb (patch)
treee6f957a876c51642a5c595bd26d8818e5142f240 /Makefile.org
parentOops! (diff)
downloadopenssl-e075341d66cf35527b37e449a39de9b68cee6bcb.tar.xz
openssl-e075341d66cf35527b37e449a39de9b68cee6bcb.zip
PR: 2002
Submitted by: Tomas Mraz <tmraz@redhat.com> Obtained from: steve@openssl.org Fix bug in libssl and krb5 linking in Makefile.org
Diffstat (limited to '')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index ba29744a86..4bc71c0986 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -299,7 +299,7 @@ build-shared: do_$(SHLIB_TARGET) link-shared
do_$(SHLIB_TARGET):
@ set -e; libs='-L. $(SHLIBDEPS)'; for i in $(SHLIBDIRS); do \
- if [ "$(SHLIBDIRS)" = "ssl" -a -n "$(LIBKRB5)" ]; then \
+ if [ "$$i" = "ssl" -a -n "$(LIBKRB5)" ]; then \
libs="$(LIBKRB5) $$libs"; \
fi; \
$(CLEARENV) && $(MAKE) -f Makefile.shared -e $(BUILDENV) \