changeset 1540:8efa68ee4d5a

audacious-plugins: -single-module on OSX.
author William Pitcock <nenolod@atheme.org>
date Fri, 31 Aug 2007 01:27:02 -0500
parents 8a53b54fc081
children ebeab5b388bc
files configure.ac
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Sat Aug 25 20:22:42 2007 -0500
+++ b/configure.ac	Fri Aug 31 01:27:02 2007 -0500
@@ -191,8 +191,8 @@
 	*-apple-*)
 		AC_MSG_RESULT([Mac OS X: -fPIC -bundle -fno-common -flat_namespace -undefined suppress, .dylib])
 		PICFLAGS="-DPIC -fno-common"
-		PICLDFLAGS="-DPIC -bundle -fno-common -flat_namespace -undefined suppress"
-		LIBLDFLAGS="-dynamiclib"
+		PICLDFLAGS="-DPIC -bundle -fno-common -flat_namespace -undefined suppress -single_module"
+		LIBLDFLAGS="-dynamiclib -single_module"
 		AUDLDFLAGS=""
 		SHARED_SUFFIX=".dylib"
 		;;