From a8f1dbcf480fee74629a73f3caee3912438761d8 Mon Sep 17 00:00:00 2001 From: Martin Dummer Date: Sun, 1 Jul 2012 22:32:55 +0200 Subject: Adds -fPIC to Makefile to fix potential FTBFS. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 724b018..f71e806 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | awk '{ pri ### The C++ compiler and options: CXX ?= g++ -CXXFLAGS ?= -O2 -Wall -Woverloaded-virtual +CXXFLAGS ?= -fPIC -O2 -Wall -Woverloaded-virtual ### Allow user defined options to overwrite defaults: -- cgit v1.2.3