mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 07:39:35 -05:00
Import MacOS X 10.1 fix from lukeh@padl.com (ITS#1361)
This commit is contained in:
parent
a69d8bff93
commit
8f4795d064
1 changed files with 1 additions and 1 deletions
|
|
@ -1375,7 +1375,7 @@ else
|
||||||
|
|
||||||
darwin* | rhapsody*)
|
darwin* | rhapsody*)
|
||||||
allow_undefined_flag='-undefined warning'
|
allow_undefined_flag='-undefined warning'
|
||||||
archive_cmds='$CC $(if [ "$module" = "yes" ]; then echo -bundle; else echo -dynamiclib -undefined suppress; fi) -o $lib $libobjs $deplibs $linkopts'
|
archive_cmds='$CC $(if [ "$module" = "yes" ]; then echo -bundle; else echo -dynamiclib -flat_namespace -undefined suppress; fi) -o $lib $libobjs $deplibs $linkopts'
|
||||||
archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
|
archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
|
||||||
## What we need is to hardcode the path to the library, not the search path
|
## What we need is to hardcode the path to the library, not the search path
|
||||||
#hardcode_direct=yes
|
#hardcode_direct=yes
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue