]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/vdr_epgsearch
core133: Ship jansson in update
[ipfire-2.x.git] / lfs / vdr_epgsearch
index 509efb1bcc624daef389e6952a6b2b5ddbf6bbdf..1a202b34bd686a2d9fc13d462c8ae7b5bacea319 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2013  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -25,6 +25,8 @@
 include Config
 
 VER        = 1.0.1.beta5
+SUP_ARCHES =
+
 THISAPP    = vdr-epgsearch-$(VER)
 DL_FILE    = $(THISAPP).tgz
 
@@ -38,6 +40,10 @@ DEPS       = ""
 
 VDRPLUGVER = 2.0.0
 
+EXTRA_FLAGS= -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
+CFLAGS    += $(EXTRA_FLAGS)
+CXXFLAGS  += $(EXTRA_FLAGS)
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -82,6 +88,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && patch -p1 < $(DIR_SRC)/src/patches/vdr-epgsearch-1.0.1.beta3-paths.patch
 
        cd $(DIR_APP) && make $(MAKE_TUNING) LIBDIR=. VDRDIR=/usr/lib/vdr \
+               CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \
                LOCALEDIR=$$(pwd)/locale all
 
        cd $(DIR_APP) && install -m 755 libvdr-conflictcheckonly.so \