From 32b36b3cee55b81657288cf0daefec35f3ec8985 Mon Sep 17 00:00:00 2001 From: Holger Steinhaus Date: Wed, 18 Sep 2013 21:25:21 +0200 Subject: explicitely set -fPIC for the plugin to resolve Debian build problems --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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: -- cgit v1.2.3