diff options
author | Andy Walsh <andy.walsh44+github@gmail.com> | 2021-09-08 13:38:24 +0200 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-09-08 07:28:54 -0700 |
commit | f75bb89c7ea439a99d4e9d631f6b6179ca3d52b9 (patch) | |
tree | 0a9a2bf7758578f14def64cd1a8c03f67a28d07b /net/samba4/patches | |
parent | b966f5161a26c88abdc2aa473956a4e0c6268a96 (diff) |
samba: update to 4.14.7
* update to 4.14.7
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Diffstat (limited to 'net/samba4/patches')
-rw-r--r-- | net/samba4/patches/102-samba-4.11-unbundle-libbsd.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/samba4/patches/102-samba-4.11-unbundle-libbsd.patch b/net/samba4/patches/102-samba-4.11-unbundle-libbsd.patch index a1b97e0f3..00c69bcc5 100644 --- a/net/samba4/patches/102-samba-4.11-unbundle-libbsd.patch +++ b/net/samba4/patches/102-samba-4.11-unbundle-libbsd.patch @@ -29,7 +29,7 @@ conf.CHECK_CODE(''' struct ucred cred; -@@ -807,9 +798,6 @@ def configure(conf): +@@ -817,9 +808,6 @@ syscall(SYS_copy_file_range,0,NULL,0,NUL # look for a method of finding the list of network interfaces for method in ['HAVE_IFACE_GETIFADDRS', 'HAVE_IFACE_AIX', 'HAVE_IFACE_IFCONF', 'HAVE_IFACE_IFREQ']: @@ -39,7 +39,7 @@ if conf.CHECK_CODE(''' #define %s 1 #define NO_CONFIG_H 1 -@@ -822,7 +810,7 @@ def configure(conf): +@@ -832,7 +820,7 @@ syscall(SYS_copy_file_range,0,NULL,0,NUL #include "tests/getifaddrs.c" ''' % method, method, @@ -48,7 +48,7 @@ addmain=False, execute=True): break -@@ -870,7 +858,6 @@ def build(bld): +@@ -880,7 +868,6 @@ def build(bld): break extra_libs = '' |