Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/fill/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fill/Makefile')
-rw-r--r--fill/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fill/Makefile b/fill/Makefile
index e437f99..448c965 100644
--- a/fill/Makefile
+++ b/fill/Makefile
@@ -34,11 +34,11 @@
#Rafael Barbolo Lopes (barbolo@gmail.com)
#Alexandre A. Gonçalves Martinazzo (alexandremartinazzo@gmail.com)
-CFLAGS = $(shell pkg-config --cflags gtk+-2.0 pygtk-2.0) \
+CFLAGS = $(shell pkg-config --cflags gtk+-2.0 pygtk-2.0 | sed 's/-pthread//') \
$(shell python-config --cflags) \
-fPIC
-LDFLAGS = $(shell pkg-config --libs gtk+-2.0 pygtk-2.0) \
+LDFLAGS = $(shell pkg-config --libs gtk+-2.0 pygtk-2.0 | sed 's/-pthread//') \
$(shell python-config --libs)
ARCH = $(shell arch | grep 64 >/dev/null && echo linux64 || echo linux32)