The Samba-Bugzilla – Attachment 14980 Details for
Bug 13853
The configure check for makedev() is incorrect on Linux
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for 4.9
v4-9-fix_makedev.patch (text/plain), 875 bytes, created by
Andreas Schneider
on 2019-03-22 08:13:54 UTC
(
hide
)
Description:
patch for 4.9
Filename:
MIME Type:
Creator:
Andreas Schneider
Created:
2019-03-22 08:13:54 UTC
Size:
875 bytes
patch
obsolete
>From c0337d5ed625a37c2286e2c5546352071abdc777 Mon Sep 17 00:00:00 2001 >From: Andreas Schneider <asn@samba.org> >Date: Thu, 21 Mar 2019 11:55:46 +0100 >Subject: [PATCH] s3:waf: Fix the detection of makdev() macro on Linux > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=13853 > >Signed-off-by: Andreas Schneider <asn@samba.org> >Reviewed-by: Jeremy Allison <jra@samba.org> >(cherry picked from commit eace58b539a382c61edd7c2be6fdfab31114719f) >--- > source3/wscript | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/source3/wscript b/source3/wscript >index 42f60551bcd..35bb1cdb03e 100644 >--- a/source3/wscript >+++ b/source3/wscript >@@ -1219,6 +1219,9 @@ main() { > #include <unistd.h> > #endif > #include <sys/types.h> >+#if defined(HAVE_SYS_SYSMACROS_H) >+#include <sys/sysmacros.h> >+#endif > main() { dev_t dev = makedev(1,2); return 0; } > ''', > 'HAVE_MAKEDEV', >-- >2.21.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
slow
:
review+
Actions:
View
Attachments on
bug 13853
:
14979
| 14980 |
14981