From d5791db7cd27da91a485b89673a87379a4a57470 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sun, 4 Oct 2009 21:34:10 +0200 Subject: libupnp: needs largefile support in toolchain Signed-off-by: Peter Korsgaard --- package/libupnp/Config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/libupnp') diff --git a/package/libupnp/Config.in b/package/libupnp/Config.in index 6b1a6cf99..2e6edcdb5 100644 --- a/package/libupnp/Config.in +++ b/package/libupnp/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_LIBUPNP bool "libupnp" + depends on BR2_LARGEFILE help The portable SDK for UPnP(tm) Devices (libupnp) provides developers with an API and open source code for building control points, @@ -7,3 +8,6 @@ config BR2_PACKAGE_LIBUPNP Universal Plug and Play Device Architecture Specification http://pupnp.sourceforge.net/ + +comment "libupnp requires a toolchain with LARGEFILE support" + depends on !BR2_LARGEFILE -- cgit v1.2.3