diff options
| author | Peter Korsgaard <peter@korsgaard.com> | 2014-02-04 14:41:30 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-02-04 14:44:48 +0100 |
| commit | d254925623a2c16c148fc3c8676d9bade2729349 (patch) | |
| tree | 218bb9b88d2bf441105ab99ed97397c4a65de36c | |
| parent | 58c350ba678cad13c56372a886f56f1d83e5bfc1 (diff) | |
| download | buildroot-d254925623a2c16c148fc3c8676d9bade2729349.tar.gz buildroot-d254925623a2c16c148fc3c8676d9bade2729349.zip | |
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>
| -rw-r--r-- | package/udpcast/udpcast.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/udpcast/udpcast.mk b/package/udpcast/udpcast.mk index 8c22130d23..786a88e0b9 100644 --- a/package/udpcast/udpcast.mk +++ b/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 |

