Pārlūkot izejas kodu

udpcast: drop stat64 handling

udpcast was checking the (non-existing) BR_LARGEFILE variable to know if it
should enable stat64 or not, but the package itself depends on largefile
support and more importantly, configure doesn't look at this variable at
all, so we can just drop it.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 11 gadi atpakaļ
vecāks
revīzija
d254925623
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      package/udpcast/udpcast.mk

+ 0 - 1
package/udpcast/udpcast.mk

@@ -6,7 +6,6 @@
 
 UDPCAST_VERSION = 20120424
 UDPCAST_SITE = http://www.udpcast.linux.lu/download
-UDPCAST_CONF_ENV = $(if $(BR_LARGEFILE),ac_cv_type_stat64=yes,ac_cv_type_stat64=no)
 UDPCAST_DEPENDENCIES = host-m4
 
 define UDPCAST_REMOVE_UDP_SENDER