summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY4
-rw-r--r--Makefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 4a67b47..a9e5529 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,5 +1,9 @@
VDR Plugin 'tvtv' Revision History
-----------------------------------
+
+2009-xx-xx: Version x.x.x
+- Compile with -fPIC by default
+
2009-01-08: Version 0.4.0
2008-12-21: Add italian translation (thx to Diego Pierotto)
diff --git a/Makefile b/Makefile
index 349afa4..f447e4d 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
### The directory environment: