projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ab7d54
)
use -fPIC to build puredata plugin
author
Paul Brossier
<piem@altern.org>
Thu, 18 May 2006 21:27:29 +0000
(21:27 +0000)
committer
Paul Brossier
<piem@altern.org>
Thu, 18 May 2006 21:27:29 +0000
(21:27 +0000)
use -fPIC to build puredata plugin
plugins/puredata/Makefile.am
patch
|
blob
|
history
diff --git
a/plugins/puredata/Makefile.am
b/plugins/puredata/Makefile.am
index 1c565aaee0fc33ba6e41a08f894f4b96d39e1500..91bb43221dc5be16eb98a2ec5388d81d1962d23c 100644
(file)
--- a/
plugins/puredata/Makefile.am
+++ b/
plugins/puredata/Makefile.am
@@
-30,7
+30,7
@@
LIBTOOL=$(SHELL) $(srcdir)/libtoolkludge
INCLUDES = -I$(top_srcdir) -I$(pdincludedir)
AM_CFLAGS = -I$(srcdir)/../../src \
- -DPD -O2 -funroll-loops -fomit-frame-pointer \
+ -DPD -O2 -f
PIC -f
unroll-loops -fomit-frame-pointer \
-Wall -W -Wshadow -Wstrict-prototypes -Werror \
-Wno-unused -Wno-parentheses -Wno-switch
AM_LDFLAGS = -L../../src/.libs -laubio -export_dynamic -shared