From d6cf2134e09c5617d6c072c64ee25d0083cbce7a Mon Sep 17 00:00:00 2001 From: Mark Hessling Date: Tue, 27 May 2003 08:05:04 +0000 Subject: [PATCH] Change to build switches for Darwin --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 6a70c7ba..5e7a997b 100755 --- a/configure +++ b/configure @@ -2732,7 +2732,7 @@ case "$target" in ;; *darwin*) DYN_COMP="-fno-common" - LD_RXLIB1="${CC} -dynamiclib -install_name=\$(@)" + LD_RXLIB1="${CC} -flat_namespace -undefined suppress -dynamiclib -install_name=\$(@)" LD_RXTRANSLIB1="$LD_RXLIB1" ;; *)