Accepting request 180836 from filesystems

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/180836
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse?expand=0&rev=59
This commit is contained in:
Stephan Kulow 2013-06-26 18:17:33 +00:00 committed by Git OBS Bridge
commit 6b4d330f8c
3 changed files with 23 additions and 0 deletions

16
aarch64-build-fix.patch Normal file
View File

@ -0,0 +1,16 @@
--- include/fuse_kernel.h
+++ include/fuse_kernel.h
@@ -85,12 +85,7 @@
#ifndef _LINUX_FUSE_H
#define _LINUX_FUSE_H
-#include <sys/types.h>
-#define __u64 uint64_t
-#define __s64 int64_t
-#define __u32 uint32_t
-#define __s32 int32_t
-#define __u16 uint16_t
+#include <linux/types.h>
/*
* Version negotiation:

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jun 16 07:40:22 UTC 2013 - dmueller@suse.com
- add aarch64-build-fix.patch
-------------------------------------------------------------------
Wed Mar 27 06:59:31 UTC 2013 - mmeister@suse.com

View File

@ -29,6 +29,7 @@ Source3: baselibs.conf
Patch: fuse-install-fix.diff
Patch2: fuse-gnu_source.patch
Patch3: fusermount-compile-as-pie.patch
Patch4: aarch64-build-fix.patch
Url: http://fuse.sourceforge.net
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} > 1130
@ -140,6 +141,7 @@ http://fuse.sourceforge.net/wiki
%patch -p1
%patch2 -p1
%patch3 -p1
%patch4
%build
export CFLAGS="$RPM_OPT_FLAGS -g -fno-strict-aliasing"