diff options
author | Holger Steinhaus <hsteinhaus@gmx.de> | 2013-09-18 21:25:21 +0200 |
---|---|---|
committer | Holger Steinhaus <hsteinhaus@gmx.de> | 2013-09-18 21:25:21 +0200 |
commit | 32b36b3cee55b81657288cf0daefec35f3ec8985 (patch) | |
tree | eca919408238e11435ec3b87e1bb367c6797d39a /Makefile | |
parent | ba366c2425af15ead8531f738e2b62bc20eee003 (diff) | |
download | vdr-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |