From 535134f6af5a2f4db89de1ad83e8ce4fd2906f4a Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 1 Oct 2001 17:19:20 +0000 Subject: [PATCH] Import MacOS X 10.1 update lukeh@padl.com --- build/ltconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ltconfig b/build/ltconfig index 088583ada1..34cd1a3d90 100755 --- a/build/ltconfig +++ b/build/ltconfig @@ -1375,7 +1375,7 @@ else darwin* | rhapsody*) 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' ## What we need is to hardcode the path to the library, not the search path #hardcode_direct=yes -- 2.47.2