summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Dummer <martin.dummer@gmx.net>2012-07-01 22:32:55 +0200
committerMartin Dummer <martin.dummer@gmx.net>2012-07-01 22:32:55 +0200
commita8f1dbcf480fee74629a73f3caee3912438761d8 (patch)
tree0ef504836f6cb9d0f07eaf0905c74d9a620b7b05
parent1512166d9b1c649fb8cc48ffe7e3eeea2da47b16 (diff)
downloadvdr-plugin-playlist-a8f1dbcf480fee74629a73f3caee3912438761d8.tar.gz
vdr-plugin-playlist-a8f1dbcf480fee74629a73f3caee3912438761d8.tar.bz2
Adds -fPIC to Makefile to fix potential FTBFS.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: