From ed5bb83780c8bc472b26796415057d756ec1adc3 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 10 Jul 2008 10:12:25 +0000 Subject: fuse: bump version The disable_symvers_22 patch no longer applies, but things seems to work without it. There's no documentation describing what it was supposed to fix, so get rid of it. --- package/fuse/libfuse.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/fuse/libfuse.mk') diff --git a/package/fuse/libfuse.mk b/package/fuse/libfuse.mk index 6728731ca..a278b17ab 100644 --- a/package/fuse/libfuse.mk +++ b/package/fuse/libfuse.mk @@ -3,7 +3,7 @@ # libfuse # ############################################################# -LIBFUSE_VERSION:=2.7.0 +LIBFUSE_VERSION:=2.7.3 LIBFUSE_SOURCE:=fuse-$(LIBFUSE_VERSION).tar.gz LIBFUSE_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/fuse/ LIBFUSE_DIR:=$(BUILD_DIR)/fuse-$(LIBFUSE_VERSION) -- cgit v1.2.3