Mercurial > audlegacy-plugins
changeset 1260:e1df1bad7837
MacOS target: Build modules with -fno-common.
author | William Pitcock <nenolod@atheme-project.org> |
---|---|
date | Fri, 13 Jul 2007 08:04:43 -0500 |
parents | 5cdda0e144ab |
children | df8673a3e2f3 |
files | configure.ac |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Fri Jul 13 04:59:36 2007 -0500 +++ b/configure.ac Fri Jul 13 08:04:43 2007 -0500 @@ -206,8 +206,8 @@ case "$target" in *-apple-*) AC_MSG_RESULT([Mac OS X: -fPIC -bundle -fno-common -flat_namespace -undefined suppress, .dylib]) - PICFLAGS="-fPIC -DPIC" - PICLDFLAGS="-fPIC -DPIC -bundle -fno-common -flat_namespace -undefined suppress" + PICFLAGS="-DPIC -fno-common" + PICLDFLAGS="-DPIC -bundle -fno-common -flat_namespace -undefined suppress" LIBLDFLAGS="-dynamiclib" AUDLDFLAGS="" SHARED_SUFFIX=".dylib"