From 26d9f8f56c485712e30a5d418a12e128c954fcb3 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 27 Sep 2005 19:11:36 +0000 Subject: [PATCH] added -fPIC to python module added -fPIC to python module --- python/aubio/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/aubio/Makefile.am b/python/aubio/Makefile.am index 5fe9c213..1371e3c6 100644 --- a/python/aubio/Makefile.am +++ b/python/aubio/Makefile.am @@ -8,7 +8,7 @@ CLEANFILES = *.pyc *.so *.o aubio_wrap.c aubiowrapper.py all: _aubiowrapper.so # removed -Wall -Wmissing-prototypes -Wmissing-declarations -CFLAGS = -DJACK_SUPPORT -Werror -Wno-char-subscripts \ +CFLAGS = -fPIC -DJACK_SUPPORT -Werror -Wno-char-subscripts \ -Wno-unknown-pragmas $(SWCFLAGS) \ -I../../src -I$(srcdir)/../../src -I$(srcdir)/../../ext \ -I/usr/include/python${PYTHON_VERSION} \ -- 2.26.2