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
1 changed files with 4 additions and 4 deletions

View File

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