fPIC flag for 64 bit

This commit is contained in:
Eric Parsonage
2010-11-19 11:33:22 +00:00
committed by Felix Ruess
parent 2a58411577
commit fc8a242467
+1 -1
View File
@@ -23,7 +23,7 @@ GLIBINC=`pkg-config --cflags glib-2.0`
LBITS := $(shell getconf LONG_BIT)
ifeq ($(LBITS),64)
CFLAGS += -fPIC
FPIC=-fPIC
endif