summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGnapheus <solevita50@googlemail.com>2011-02-12 12:44:48 +0100
committerGnapheus <solevita50@googlemail.com>2011-02-12 12:44:48 +0100
commit52e911224c3eeea74b4bc350a42466cddc04132e (patch)
tree4b07fd3b793ca24558973fb8762153c22fe00f7c
parent4438964a0f6e483ebb65e9c42372fa9511f3da1d (diff)
downloadvdr-plugin-zappilot-52e911224c3eeea74b4bc350a42466cddc04132e.tar.gz
vdr-plugin-zappilot-52e911224c3eeea74b4bc350a42466cddc04132e.tar.bz2
updated Makefile
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index ef879f2..11beff4 100644
--- a/Makefile
+++ b/Makefile
@@ -28,10 +28,8 @@ TMPDIR = /tmp
### Make sure that necessary options are included:
- ### For backward compatibility vdr-1.6.0:
- CFLAGS += -fPIC
- CXXFLAGS += -fPIC
- DEFINES += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
+### For backward compatibility vdr-1.6.0:
+CXXFLAGS += -fPIC
-include $(VDRDIR)/Make.global