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:
c892524
)
Typo in darwin-shared rule.
author
Andy Polyakov
<appro@openssl.org>
Tue, 11 Oct 2005 20:20:55 +0000
(20:20 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Tue, 11 Oct 2005 20:20:55 +0000
(20:20 +0000)
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index 46cdb9fc7c5fffff1b515d8f9d13cc453fd6d1ff..2c66d6738e36cd45897a1bb4cdcd126d74835a8a 100644
(file)
--- a/
Makefile.org
+++ b/
Makefile.org
@@
-325,7
+325,7
@@
do_darwin-shared:
if [ "${SHLIBDIRS}" = "ssl" -a -n "$(LIBKRB5)" ]; then \
libs="$(LIBKRB5) $$libs"; \
fi; \
- ( set -x; ${CC} ${SHARED_LDFLAGS}
+ ( set -x; ${CC} ${SHARED_LDFLAGS}
\
--verbose -dynamiclib -o lib$$i${SHLIB_EXT} \
lib$$i.a $$libs -all_load -current_version ${SHLIB_MAJOR}.${SHLIB_MINOR} \
-compatibility_version ${SHLIB_MAJOR}.`echo ${SHLIB_MINOR} | cut -d. -f1` \