From: Paul Brossier Date: Tue, 27 Sep 2005 19:11:36 +0000 (+0000) Subject: added -fPIC to python module X-Git-Tag: bzr2git~825 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=26d9f8f56c485712e30a5d418a12e128c954fcb3;p=aubio.git added -fPIC to python module added -fPIC to python module --- 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} \