udpcast: drop stat64 handling
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 4 Feb 2014 13:41:30 +0000 (14:41 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 4 Feb 2014 13:44:48 +0000 (14:44 +0100)
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>
package/udpcast/udpcast.mk

index 8c22130d2396705f94e64f1956974eabfd5bee06..786a88e0b98cc5b113facf9f983f84b4855243c0 100644 (file)
@@ -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