Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 666548
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +24 lines)
Line  Link Here
0
-- /dev/null
0
++ b/net-fs/samba/files/samba-4.9.2-timespec.patch
Line 0 Link Here
0
-- samba-4.9.2.ebuild  2018-11-13 15:28:50.239197003 -0500
1
From 11e8c14b78e2423041f3846882f74cd6490a3e44 Mon Sep 17 00:00:00 2001
2
From: Joan Karadimov <joan@profuzdigital.com>
3
Date: Thu, 18 Oct 2018 18:16:17 +0300
4
Subject: [PATCH] Fix compatibility issues with the timespec struct
5
6
---
7
 source3/include/libsmbclient.h | 1 +
8
 1 file changed, 1 insertion(+)
9
10
diff --git a/source3/include/libsmbclient.h b/source3/include/libsmbclient.h
11
index 5e4a1715402..6487ea7a8aa 100644
12
--- a/source3/include/libsmbclient.h
13
+++ b/source3/include/libsmbclient.h
14
@@ -78,6 +78,7 @@ extern "C" {
15
 #include <sys/statvfs.h>
16
 #include <stdint.h>
17
 #include <fcntl.h>
18
+#include <time.h>
19
 #include <utime.h>
20
 
21
 #define SMBC_BASE_FD        10000 /* smallest file descriptor returned */
22
++ samba-4.9.2-r1.ebuild       2018-11-15 16:04:19.171463397 -0500
Lines 132-137 Link Here
132
PATCHES=(
132
PATCHES=(
133
       "${FILESDIR}/${PN}-4.4.0-pam.patch"
133
       "${FILESDIR}/${PN}-4.4.0-pam.patch"
134
       "${FILESDIR}/${PN}-4.5.1-compile_et_fix.patch"
134
       "${FILESDIR}/${PN}-4.5.1-compile_et_fix.patch"
135
       "${FILESDIR}/${PN}-4.9.2-timespec.patch"
135
)
136
)
136
137
137
#CONFDIR="${FILESDIR}/$(get_version_component_range 1-2)"
138
#CONFDIR="${FILESDIR}/$(get_version_component_range 1-2)"

Return to bug 666548