summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Grimm <tobias@e-tobi.loc>2009-01-25 22:20:29 +0100
committerTobias Grimm <tobias@e-tobi.loc>2009-01-25 22:20:29 +0100
commit47758bb8794615ad01db8ea23ed771ada0200d6f (patch)
tree9fa209e10173f556ce254b852c1abf29a59cc9d1
parent7c5f401df385e5edb8c8ed1b0e2310803277f3bf (diff)
downloadvdr-plugin-tvtv-47758bb8794615ad01db8ea23ed771ada0200d6f.tar.gz
vdr-plugin-tvtv-47758bb8794615ad01db8ea23ed771ada0200d6f.tar.bz2
libraries should always be compiled with "-fPIC", otherwise they won't build on amd64
-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: