summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHolger Steinhaus <hsteinhaus@gmx.de>2013-09-18 21:25:21 +0200
committerHolger Steinhaus <hsteinhaus@gmx.de>2013-09-18 21:25:21 +0200
commit32b36b3cee55b81657288cf0daefec35f3ec8985 (patch)
treeeca919408238e11435ec3b87e1bb367c6797d39a /Makefile
parentba366c2425af15ead8531f738e2b62bc20eee003 (diff)
downloadvdr-plugin-mcli-32b36b3cee55b81657288cf0daefec35f3ec8985.tar.gz
vdr-plugin-mcli-32b36b3cee55b81657288cf0daefec35f3ec8985.tar.bz2
explicitely set -fPIC for the plugin to resolve Debian build problems
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 21c13e5..36edf9c 100644
--- a/Makefile
+++ b/Makefile
@@ -23,8 +23,8 @@ TMPDIR ?= /tmp
### The compiler options:
-export CFLAGS = $(call PKGCFG,cflags)
-export CXXFLAGS = $(call PKGCFG,cxxflags)
+export CFLAGS = $(call PKGCFG,cflags) -fPIC
+export CXXFLAGS = $(call PKGCFG,cxxflags) -fPIC
### The version number of VDR's plugin API: