Przeglądaj źródła

libupnp: needs largefile support in toolchain

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 16 lat temu
rodzic
commit
d5791db7cd
2 zmienionych plików z 5 dodań i 1 usunięć
  1. 1 1
      CHANGES
  2. 4 0
      package/libupnp/Config.in

+ 1 - 1
CHANGES

@@ -5,7 +5,7 @@
 
 
 	Updated/fixed packages: autoconf, busybox, directfb, dnsmasq,
 	Updated/fixed packages: autoconf, busybox, directfb, dnsmasq,
 	festival, imagemagick, iptables, kernel-headers, kismet,
 	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,
 	lua, mdadm, ncftp, ncurses, netkittelnet, openssl, python,
 	quagga, radvd, samba, shared-mime-info, speech-tools,
 	quagga, radvd, samba, shared-mime-info, speech-tools,
 	squashfs, syslinux, u-boot, valgrind, vsftpd, wipe,
 	squashfs, syslinux, u-boot, valgrind, vsftpd, wipe,

+ 4 - 0
package/libupnp/Config.in

@@ -1,5 +1,6 @@
 config BR2_PACKAGE_LIBUPNP
 config BR2_PACKAGE_LIBUPNP
 	bool "libupnp"
 	bool "libupnp"
+	depends on BR2_LARGEFILE
 	help
 	help
 	  The portable SDK for UPnP(tm) Devices (libupnp) provides developers
 	  The portable SDK for UPnP(tm) Devices (libupnp) provides developers
 	  with an API and open source code for building control points,
 	  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
 	  Universal Plug and Play Device Architecture Specification
 
 
 	  http://pupnp.sourceforge.net/
 	  http://pupnp.sourceforge.net/
+
+comment "libupnp requires a toolchain with LARGEFILE support"
+	depends on !BR2_LARGEFILE