mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
fuse: update to fuse-2.9.3
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ca292d5d14
commit
954418773f
@ -19,7 +19,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="fuse"
|
PKG_NAME="fuse"
|
||||||
PKG_VERSION="2.9.2"
|
PKG_VERSION="2.9.3"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
|
@ -1,20 +0,0 @@
|
|||||||
From ba47031f3557b81e732d41593c95e7b984b54b78 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Peter Lemenkov <lemenkov@gmail.com>
|
|
||||||
Date: Mon, 9 Aug 2010 12:09:00 +0400
|
|
||||||
Subject: [PATCH 1/3] Fix udev rules (Fedora-specific)
|
|
||||||
|
|
||||||
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
|
|
||||||
---
|
|
||||||
util/udev.rules | 2 +-
|
|
||||||
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/util/udev.rules b/util/udev.rules
|
|
||||||
index 9585111..bb8033f 100644
|
|
||||||
--- a/util/udev.rules
|
|
||||||
+++ b/util/udev.rules
|
|
||||||
@@ -1 +1 @@
|
|
||||||
-KERNEL=="fuse", MODE="0666"
|
|
||||||
+KERNEL=="fuse", MODE="0666",OWNER="root",GROUP="root"
|
|
||||||
--
|
|
||||||
1.7.3.1
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
|||||||
diff -Naur fuse-2.9.2/configure.in fuse-2.9.2.patch/configure.in
|
|
||||||
--- fuse-2.9.2/configure.in 2012-10-01 17:58:00.000000000 +0200
|
|
||||||
+++ fuse-2.9.2.patch/configure.in 2013-01-12 16:56:37.469681997 +0100
|
|
||||||
@@ -4,7 +4,7 @@
|
|
||||||
AC_CANONICAL_TARGET
|
|
||||||
AM_INIT_AUTOMAKE
|
|
||||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)])
|
|
||||||
-AM_CONFIG_HEADER(include/config.h)
|
|
||||||
+AC_CONFIG_HEADERS(include/config.h)
|
|
||||||
|
|
||||||
AC_PROG_LIBTOOL
|
|
||||||
AC_PROG_CC
|
|
Loading…
x
Reference in New Issue
Block a user