From 7e4613b0f6b72e52b56bbb7befb6dec5c5186c77 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 18 May 2006 21:27:29 +0000 Subject: [PATCH] use -fPIC to build puredata plugin use -fPIC to build puredata plugin --- plugins/puredata/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/puredata/Makefile.am b/plugins/puredata/Makefile.am index 1c565aae..91bb4322 100644 --- 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 -fPIC -funroll-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 -- 2.26.2