summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorschmirl <schmirl>2006-09-14 10:30:16 +0000
committerschmirl <schmirl>2006-09-14 10:30:16 +0000
commitfc050db7cebe2d5a67f0c835e3760f8218afb2d7 (patch)
treeae2751266382bde521df92464f68fa59f2ef67e8 /Makefile
parentd437c23550001c18aefa9e6b34f78006ff4c79d9 (diff)
downloadvdr-plugin-streamdev-fc050db7cebe2d5a67f0c835e3760f8218afb2d7.tar.gz
vdr-plugin-streamdev-fc050db7cebe2d5a67f0c835e3760f8218afb2d7.tar.bz2
Added -fPIC compiler flag required on AMD64 architectures
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6c395d0..7be2627 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.6 2006/07/05 20:35:24 thomas Exp $
+# $Id: Makefile,v 1.7 2006/09/14 10:30:16 schmirl Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -16,7 +16,7 @@ VERSION = $(shell grep 'const char \*VERSION *=' common.c | awk '{ print $$5 }'
### The C++ compiler and options:
CXX ?= g++
-CXXFLAGS ?= -W -Woverloaded-virtual
+CXXFLAGS ?= -fPIC -W -Woverloaded-virtual
### The directory environment: