diff options
-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: |