forked from pool/nfs-utils
Accepting request 513638 from Base:System
- nsm-headers.patch: add missing <stdint.h> (forwarded request 513155 from Andreas_Schwab) OBS-URL: https://build.opensuse.org/request/show/513638 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nfs-utils?expand=0&rev=142
This commit is contained in:
commit
4e5019372c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 5 11:02:51 UTC 2017 - schwab@suse.de
|
||||
|
||||
- nsm-headers.patch: add missing <stdint.h>
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 2 13:51:27 CEST 2017 - kukuk@suse.de
|
||||
|
||||
|
@ -48,6 +48,7 @@ Patch0: nfs-utils-1.0.7-bind-syntax.patch
|
||||
Patch1: 0001-conffile-ignore-empty-environment-variables.patch
|
||||
Patch2: 0002-mount-call-setgroups-before-setuid.patch
|
||||
Patch3: 0003-nfs-server-generator-handle-noauto-mounts-correctly.patch
|
||||
Patch4: nsm-headers.patch
|
||||
|
||||
BuildRequires: e2fsprogs-devel
|
||||
BuildRequires: fedfs-utils-devel
|
||||
@ -123,6 +124,7 @@ This package contains additional NFS documentation.
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
|
||||
cp %{SOURCE6} .
|
||||
|
||||
|
12
nsm-headers.patch
Normal file
12
nsm-headers.patch
Normal file
@ -0,0 +1,12 @@
|
||||
Index: nfs-utils-2.1.1/support/nsm/rpc.c
|
||||
===================================================================
|
||||
--- nfs-utils-2.1.1.orig/support/nsm/rpc.c
|
||||
+++ nfs-utils-2.1.1/support/nsm/rpc.c
|
||||
@@ -41,6 +41,7 @@
|
||||
#include <time.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
+#include <stdint.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user