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:
cd4c83b
)
Configure: link AIX modules correctly
author
Richard Levitte
<levitte@openssl.org>
Mon, 27 May 2019 12:16:47 +0000
(14:16 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 28 May 2019 18:58:21 +0000
(20:58 +0200)
Use -bnoentry, not -bexpall
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/9012)
Configurations/10-main.conf
patch
|
blob
|
history
diff --git
a/Configurations/10-main.conf
b/Configurations/10-main.conf
index 27e587fb357f1f8c481e5d5eecd7291e8a8b1354..0cda7202702ba19c796ba77c3a1d9edfa74fcd59 100644
(file)
--- a/
Configurations/10-main.conf
+++ b/
Configurations/10-main.conf
@@
-1097,7
+1097,7
@@
my %targets = (
thread_scheme => "pthreads",
dso_scheme => "dlfcn",
shared_target => "aix",
- module_ldflags => "-Wl,-G,-bsymbolic,-b
expall
",
+ module_ldflags => "-Wl,-G,-bsymbolic,-b
noentry
",
shared_ldflag => "-Wl,-G,-bsymbolic,-bnoentry",
shared_defflag => "-Wl,-bE:",
perl_platform => 'AIX',