]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
fuse: Update to 2.8.6.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 25 Sep 2011 12:11:09 +0000 (14:11 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 25 Sep 2011 12:11:09 +0000 (14:11 +0200)
fuse/fuse.nm

index 35c30d5a4000b2c6963e9e0e8f3ddac035f1d2ab..e8fe47d00c54fa8be6f9a90d34c349f2fc0dc3f7 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = fuse
-version    = 2.8.5
+version    = 2.8.6
 release    = 1
 
 groups     = System/Filesystems
@@ -13,23 +13,26 @@ license    = GPL+
 summary    = File System in Userspace (FUSE) utilities.
 
 description
-       With FUSE it is possible to implement a fully functional \
-       filesystem in a userspace program. This package contains the \
+       With FUSE it is possible to implement a fully functional
+       filesystem in a userspace program. This package contains the
        FUSE userspace tools to mount a FUSE filesystem.
 end
 
-source_dl  =
+source_dl  = http://downloads.sourceforge.net/project/%{name}/%{name}/%{thisapp}
 
 build
        requires
                libselinux-devel
        end
 
+       CFLAGS += -D_GNU_SOURCE
+
        configure_options += \
                --disable-static \
                --disable-rpath
 
        install_cmds
+               # Remove old sysvinit directory.
                rm -vrf %{BUILDROOT}/etc/init.d
 
                # Remove /dev/fuse which cannot be packaged.