added -fPIC to python module
authorPaul Brossier <piem@altern.org>
Tue, 27 Sep 2005 19:11:36 +0000 (19:11 +0000)
committerPaul Brossier <piem@altern.org>
Tue, 27 Sep 2005 19:11:36 +0000 (19:11 +0000)
added -fPIC to python module

python/aubio/Makefile.am

index 5fe9c2130f9bcb3626d622c4b9646c6306fce091..1371e3c603f955a9078f5bd4d04992c175a6a87e 100644 (file)
@@ -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} \