Change to build switches for Darwin

This commit is contained in:
Mark Hessling
2003-05-27 08:05:04 +00:00
parent 19eaa176fc
commit d6cf2134e0

2
configure vendored
View File

@@ -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"
;;
*)