summaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: