libfuse: bump to version 2.8.5

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2011-01-07 15:18:26 -03:00 committed by Peter Korsgaard
parent 147b81996d
commit 3a322f4a82

View File

@ -3,12 +3,12 @@
# libfuse
#
#############################################################
LIBFUSE_VERSION:=2.8.4
LIBFUSE_SOURCE:=fuse-$(LIBFUSE_VERSION).tar.gz
LIBFUSE_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/fuse/
LIBFUSE_VERSION = 2.8.5
LIBFUSE_SOURCE = fuse-$(LIBFUSE_VERSION).tar.gz
LIBFUSE_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/fuse/
LIBFUSE_INSTALL_STAGING = YES
LIBFUSE_LIBTOOL_PATCH = NO
LIBFUSE_CONF_OPT= --program-prefix="" \
--enable-shared \
--enable-static \