projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
No -fno-common for Darwin
[openssl.git]
/
Configurations
/
10-main.conf
diff --git
a/Configurations/10-main.conf
b/Configurations/10-main.conf
index 6fade9811c168d3de1d5150f69984ae12eb66dad..576ac45ce7ea35558820f8426f6ddfbacac6f59c 100644
(file)
--- a/
Configurations/10-main.conf
+++ b/
Configurations/10-main.conf
@@
-1422,8
+1422,9
@@
sub combine {
thread_scheme => "pthreads",
perlasm_scheme => "osx32",
dso_scheme => "dlfcn",
thread_scheme => "pthreads",
perlasm_scheme => "osx32",
dso_scheme => "dlfcn",
+ ranlib => "ranlib -c",
shared_target => "darwin-shared",
shared_target => "darwin-shared",
- shared_cflag => "-fPIC
-fno-common
",
+ shared_cflag => "-fPIC",
shared_ldflag => "-dynamiclib",
shared_extension => ".\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
},
shared_ldflag => "-dynamiclib",
shared_extension => ".\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
},