Commit d5791db7 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

libupnp: needs largefile support in toolchain

parent 8ac5d34e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
+4 −0
Original line number Diff line number Diff line
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