Mercurial > audlegacy
changeset 1629:1509ce5c00ba trunk
[svn] - they fucking say I'm nuts
author | nenolod |
---|---|
date | Wed, 06 Sep 2006 14:01:53 -0700 |
parents | 3cd7cb58144e |
children | 842667773cc0 |
files | ChangeLog configure.ac |
diffstat | 2 files changed, 11 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed Sep 06 13:54:02 2006 -0700 +++ b/ChangeLog Wed Sep 06 14:01:53 2006 -0700 @@ -1,3 +1,12 @@ +2006-09-06 20:54:02 +0000 William Pitcock <nenolod@nenolod.net> + revision [2187] + -Wl,-export-dynamic isn't needed here. + + + Changes: Modified: + +0 -2 trunk/libaudacious/Makefile.in + + 2006-09-06 20:37:57 +0000 William Pitcock <nenolod@nenolod.net> revision [2185] - handle OS X linking command
--- a/configure.ac Wed Sep 06 13:54:02 2006 -0700 +++ b/configure.ac Wed Sep 06 14:01:53 2006 -0700 @@ -194,9 +194,9 @@ AC_MSG_CHECKING([for what extension and flags to use for plugin compilation]) case "$target" in *-apple-*) - AC_MSG_RESULT([Mac OS X: -fPIC -bundle, .dylib]) + AC_MSG_RESULT([Mac OS X: -fPIC -bundle -flat_namespace -undefined suppress -dynamiclib, .dylib]) PICFLAGS="-fPIC -DPIC" - PICLDFLAGS="-fPIC -DPIC -bundle" + PICLDFLAGS="-fPIC -DPIC -bundle -flat_namespace -undefined suppress -dynamiclib" SHARED_SUFFIX=".dylib" ;; *)