shithub: aubio

Download patch

ref: 961c39c32262ade61706a3e1993945e9ee961b2a
parent: 19bc85a287aa554dfc39ecef45775f23f49499e8
author: Paul Brossier <piem@altern.org>
date: Fri Sep 29 18:35:16 EDT 2006

add correct flags for puredata Makefile.am
add correct flags for puredata Makefile.am


--- a/plugins/puredata/Makefile.am
+++ b/plugins/puredata/Makefile.am
@@ -42,7 +42,7 @@
 AM_LDFLAGS = -L$(top_builddir)/src/.libs -laubio -export_dynamic -shared 
 else
 if DARWIN
-AM_LDFLAGS = -L$(top_builddir)/src/.libs -laubio -export_dynamic -shared 
+AM_LDFLAGS = -L$(top_builddir)/src/.libs -laubio -bundle -undefined suppress -flat_namespace
 else
 AM_LDFLAGS = -L$(top_builddir)/src/.libs -laubio -export_dynamic -shared 
 endif