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:
bc32dbb
)
PR: 2002
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 5 Aug 2009 15:51:39 +0000
(15:51 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 5 Aug 2009 15:51:39 +0000
(15:51 +0000)
Submitted by: Tomas Mraz <tmraz@redhat.com>
Obtained from: steve@openssl.org
Fix bug in libssl and krb5 linking in Makefile.org
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index ba29744a868ee28b786e6891e0087507057c8ff3..4bc71c0986c0ba10b832dbdbc44b09d6ca49ecaa 100644
(file)
--- 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) \