diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-14 22:07:17 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-14 22:07:17 +0000 |
commit | 30ffbbe5ad4f5feb6797439d46fa2e404d188505 (patch) | |
tree | a8edc59c3b6379526e859e4791aeea1049668a7e /package/libupnp/libupnp.mk | |
parent | 9224d668f59082c83fc9131a7af15957fb06a236 (diff) | |
download | buildroot-novena-30ffbbe5ad4f5feb6797439d46fa2e404d188505.tar.gz buildroot-novena-30ffbbe5ad4f5feb6797439d46fa2e404d188505.zip |
Remove references to sys/timeb.h in libupnp configure, ftime is removed from source already
Diffstat (limited to 'package/libupnp/libupnp.mk')
-rw-r--r-- | package/libupnp/libupnp.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libupnp/libupnp.mk b/package/libupnp/libupnp.mk index e98799e95..1bd035634 100644 --- a/package/libupnp/libupnp.mk +++ b/package/libupnp/libupnp.mk @@ -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)) |