Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-06-24 00:44:27 +0400
committerAndy Polyakov <appro@openssl.org>2005-06-24 00:44:27 +0400
commitab6cf1b8a2baa5210c79231715a3d9450875995a (patch)
tree307df67f76d4d7b54341811165986bc9c16e86b8 /Makefile.shared
parentc25f2f1cbf21f528bb12667e25dc85c05c01eb62 (diff)
Darwin specific update for Configure and Makefile.shared.
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.shared b/Makefile.shared
index 9e9b28e2c2..1b14dd1450 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -202,6 +202,7 @@ link_o.darwin:
SHLIB_SUFFIX=.dylib; \
ALLSYMSFLAGS='-all_load'; \
NOALLSYMSFLAGS=''; \
+ SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS)"; \
if [ -n "$(LIBVERSION)" ]; then \
SHAREDFLAGS="$$SHAREDFLAGS -current_version $(LIBVERSION)"; \
fi; \
@@ -215,6 +216,7 @@ link_a.darwin:
SHLIB_SUFFIX=.dylib; \
ALLSYMSFLAGS='-all_load'; \
NOALLSYMSFLAGS=''; \
+ SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS)"; \
if [ -n "$(LIBVERSION)" ]; then \
SHAREDFLAGS="$$SHAREDFLAGS -current_version $(LIBVERSION)"; \
fi; \