Commit 30ffbbe5 authored by Ulf Samuelsson's avatar Ulf Samuelsson
Browse files

Remove references to sys/timeb.h in libupnp configure, ftime is removed from source already

parent 9224d668
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
diff -urN libupnp-1.6.6-0rig/configure libupnp-1.6.6/configure
--- libupnp-1.6.6-0rig/configure	2008-04-25 13:47:24.000000000 +0200
+++ libupnp-1.6.6/configure	2009-01-14 21:55:16.000000000 +0100
@@ -21096,7 +21096,6 @@
 	sys/ioctl.h \
 	sys/socket.h \
 	sys/time.h \
-	sys/timeb.h \
 	syslog.h \
 	unistd.h \
 
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@ LIBUPNP_VERSION:=1.6.6
LIBUPNP_SOURCE:=libupnp-$(LIBUPNP_VERSION).tar.bz2
LIBUPNP_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/pupnp

LIBUPNP_CONF_ENV = ac_cv_lib_compat_ftime=no

LIBUPNP_INSTALL_STAGING:=YES

$(eval $(call AUTOTARGETS,package,libupnp))