summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-07-31 22:32:15 +0200
committerJochen Dolze <vdr@dolze.de>2010-07-31 22:32:15 +0200
commit5785295a438e1ddd874f27b0f89b391d7c976fd7 (patch)
treecac4bb0fe2756d994cc6022e3e4b3418215be281 /Makefile
parenta8b393036b07f1bd05f09e71802cafe82ea50cbb (diff)
downloadvdr-plugin-tvonscreen-5785295a438e1ddd874f27b0f89b391d7c976fd7.tar.gz
vdr-plugin-tvonscreen-5785295a438e1ddd874f27b0f89b391d7c976fd7.tar.bz2
Added fPIC-fix patch, added various fixes for segfaults, added changes for VDR >= 1.5.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 45ce010..f8d2dc8 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ APIVERSION = $(shell sed -ne '/define APIVERSION/s/^.*"\(.*\)".*$$/\1/p' $(VDRDI
### The C++ compiler and options:
CXX ?= g++
-CXXFLAGS ?= -g -O2 -Wall -Woverloaded-virtual
+CXXFLAGS ?= -fPIC -g -O2 -Wall -Woverloaded-virtual
### The directory environment: