diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-29 12:12:16 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-29 12:12:16 +0100 |
commit | 39a95018b0abb91feb77121b7c84fe4267ce06f9 (patch) | |
tree | a7bdb20726ef51b8215fb4c771c9810a304f56aa /Make.global | |
parent | 1a433954f08b5c478a6a95ed47257121400a7b0d (diff) | |
download | vdr-39a95018b0abb91feb77121b7c84fe4267ce06f9.tar.gz vdr-39a95018b0abb91feb77121b7c84fe4267ce06f9.tar.bz2 |
Re-enabled building plugins that still use pre-version-1.7.34 Makefiles
Diffstat (limited to 'Make.global')
-rw-r--r-- | Make.global | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/Make.global b/Make.global index 3b927228..e2594025 100644 --- a/Make.global +++ b/Make.global @@ -4,14 +4,7 @@ # See the main source file 'vdr.c' for copyright information and # how to reach the author. # -# $Id: Make.global 1.1 2010/02/06 14:54:12 kls Exp $ +# $Id: Make.global 1.2 2012/12/29 12:03:01 kls Exp $ -# Plugins need to be compiled with position independent code, otherwise linking -# VDR against it will fail. - -ifdef PLUGIN -CFLAGS += -fPIC -CXXFLAGS += -fPIC -endif - -DEFINES += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE +# This is just a dummy file for plugins that use old style (version 1.7.33 +# or earlier) Makefiles. |