mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
net/samba422: Add patches to fix ndr.h consumers (i.e. SSSD)
This is the same change that was applied to net/samba416 in
fd6a710e19
PR: 293566
Approved by: samba (maintainer timeout)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
PORTNAME= samba422
|
||||
DISTVERSION= 4.22.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES?= net
|
||||
MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc
|
||||
DISTNAME= samba-${DISTVERSION:S|.p|pre|:S|.r|rc|:S|.t|tp|:S|.a|alpha|}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
--- lib/util/time.h.orig 2025-02-06 10:31:54 UTC
|
||||
+++ lib/util/time.h
|
||||
@@ -24,6 +24,8 @@
|
||||
#ifndef _SAMBA_TIME_H_
|
||||
#define _SAMBA_TIME_H_
|
||||
|
||||
+#include <sys/types.h>
|
||||
+
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <talloc.h>
|
||||
@@ -0,0 +1,11 @@
|
||||
--- source4/torture/ndr/ndr.h.orig 2025-02-06 10:31:55 UTC
|
||||
+++ source4/torture/ndr/ndr.h
|
||||
@@ -20,6 +20,8 @@
|
||||
#ifndef __TORTURE_NDR_H__
|
||||
#define __TORTURE_NDR_H__
|
||||
|
||||
+#include <sys/types.h>
|
||||
+
|
||||
#include "torture/torture.h"
|
||||
#include "librpc/ndr/libndr.h"
|
||||
#include "libcli/security/security.h"
|
||||
Reference in New Issue
Block a user