ref: 26d9f8f56c485712e30a5d418a12e128c954fcb3
parent: 6efdc83c4f9154c1e080c31abbc049668bc6604b
author: Paul Brossier <piem@altern.org>
date: Tue Sep 27 15:11:36 EDT 2005
added -fPIC to python module added -fPIC to python module
--- a/python/aubio/Makefile.am
+++ b/python/aubio/Makefile.am
@@ -8,7 +8,7 @@
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} \