shithub: aubio

Download patch

ref: 71e393ada3f9298ff4b168d166c925101bedc406
parent: ddfecbc6e36bd62fcafd4e5dcb8d92890d435926
author: Paul Brossier <[email protected]>
date: Sun Aug 30 11:38:40 EDT 2009

plugins/puredata/Makefile.am: update compiler options

--- a/plugins/puredata/Makefile.am
+++ b/plugins/puredata/Makefile.am
@@ -49,7 +49,7 @@
 if DARWIN
 AM_LDFLAGS += -bundle -undefined suppress -flat_namespace
 else
-AM_LDFLAGS += -export_dynamic -shared 
+AM_LDFLAGS += --export_dynamic --shared
 endif
 endif