Commit 3a322f4a authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

libfuse: bump to version 2.8.5

parent 147b8199
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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 \