The Samba-Bugzilla – Attachment 15183 Details for
Bug 13961
symbol fmemopen undefined on illumos (solaris) in bin/default/libcli/dns/resolvconftest
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Patch
patch.txt (text/plain), 1.42 KB, created by
Volker Lendecke
on 2019-05-23 10:20:01 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2019-05-23 10:20:01 UTC
Size:
1.42 KB
patch
obsolete
>From 40ebc4f737191c46fc18e78f022d228fecbfb289 Mon Sep 17 00:00:00 2001 >From: Volker Lendecke <vl@samba.org> >Date: Thu, 23 May 2019 11:11:11 +0200 >Subject: [PATCH] lib: Only compile resolvconftest if fmemopen exists > >Bug: https://bugzilla.samba.org/show_bug.cgi?id=13961 >Signed-off-by: Volker Lendecke <vl@samba.org> >--- > lib/replace/wscript | 1 + > libcli/dns/wscript_build | 1 + > 2 files changed, 2 insertions(+) > >diff --git a/lib/replace/wscript b/lib/replace/wscript >index d442792433d..4df1b4d77c4 100644 >--- a/lib/replace/wscript >+++ b/lib/replace/wscript >@@ -360,6 +360,7 @@ def configure(conf): > conf.CHECK_FUNCS('link readlink symlink realpath snprintf vsnprintf') > conf.CHECK_FUNCS('asprintf vasprintf setenv unsetenv strnlen strtoull __strtoull') > conf.CHECK_FUNCS('strtouq strtoll __strtoll strtoq memalign posix_memalign') >+ conf.CHECK_FUNCS('fmemopen') > > if conf.CONFIG_SET('HAVE_MEMALIGN'): > conf.CHECK_DECLS('memalign', headers='malloc.h') >diff --git a/libcli/dns/wscript_build b/libcli/dns/wscript_build >index ef1c34ffd2f..ea745c14028 100644 >--- a/libcli/dns/wscript_build >+++ b/libcli/dns/wscript_build >@@ -8,6 +8,7 @@ bld.SAMBA_LIBRARY('clidns', > bld.SAMBA_BINARY('resolvconftest', > source='resolvconftest.c', > deps='clidns', >+ enabled=bld.CONFIG_SET('HAVE_FMEMOPEN'), > install=False) > > bld.SAMBA_SUBSYSTEM('dns_lookup', >-- >2.11.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
Actions:
View
Attachments on
bug 13961
: 15183