The Samba-Bugzilla – Attachment 9529 Details for
Bug 10330
autoconf build doesn't work with an old tevent system library
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for v4-0-test
tmp40.diff (text/plain), 1.01 KB, created by
Stefan Metzmacher
on 2013-12-17 12:09:40 UTC
(
hide
)
Description:
Patch for v4-0-test
Filename:
MIME Type:
Creator:
Stefan Metzmacher
Created:
2013-12-17 12:09:40 UTC
Size:
1.01 KB
patch
obsolete
>From 049bd23ab102c15c0fdcb359e897dd237e51bd27 Mon Sep 17 00:00:00 2001 >From: Stefan Metzmacher <metze@samba.org> >Date: Tue, 17 Dec 2013 12:57:53 +0100 >Subject: [PATCH] s3:configure: require tevent >= 0.9.18 as external library > >0.9.16 might be enough, but this matches the waf build. >So 0.9.18 is less likely to produce regressions in the future. > >Bug: https://bugzilla.samba.org/show_bug.cgi?id=10330 >Signed-off-by: Stefan Metzmacher <metze@samba.org> >--- > source3/configure.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/source3/configure.in b/source3/configure.in >index f5487c3..f4403e1 100644 >--- a/source3/configure.in >+++ b/source3/configure.in >@@ -1873,7 +1873,7 @@ AC_ARG_ENABLE(external_libtevent, > > if test "x$enable_external_libtevent" != xno > then >- PKG_CHECK_MODULES(LIBTEVENT, tevent >= 0.9.11, >+ PKG_CHECK_MODULES(LIBTEVENT, tevent >= 0.9.18, > [ enable_external_libtevent=yes ], > [ if test x$enable_external_libtevent = xyes; then > AC_MSG_ERROR([Unable to find libtevent]) >-- >1.7.9.5 >
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:
vl
:
review+
Actions:
View
Attachments on
bug 10330
: 9529