libupnp: needs largefile support in toolchain
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 4 Oct 2009 19:34:10 +0000 (21:34 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 4 Oct 2009 19:34:10 +0000 (21:34 +0200)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/libupnp/Config.in

diff --git a/CHANGES b/CHANGES
index 60ee32f3704bb4a887e58042c11d1418b4cbd322..a53ae819685a11b1a61343886270ba3c798818e4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,7 +5,7 @@
 
        Updated/fixed packages: autoconf, busybox, directfb, dnsmasq,
        festival, imagemagick, iptables, kernel-headers, kismet,
-       libevent, libglib2, liblockfile, libmad, libuuid, ltrace,
+       libevent, libglib2, liblockfile, libmad, libupnp, libuuid, ltrace,
        lua, mdadm, ncftp, ncurses, netkittelnet, openssl, python,
        quagga, radvd, samba, shared-mime-info, speech-tools,
        squashfs, syslinux, u-boot, valgrind, vsftpd, wipe,
index 6b1a6cf99b799d9404d64a3baf8f632bcd7ff00b..2e6edcdb5a886692d8fe8f6c7691be3aae33af0f 100644 (file)
@@ -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