The Samba-Bugzilla – Attachment 12322 Details for
Bug 12124
LDAP API for build should be addressable.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
small fix of CHECK_STRUCTURE_MEMBER which breaks passing of the "lib=..." parameter.
samba_autoconf.py.patch (text/plain), 793 bytes, created by
Jura Sasek
on 2016-08-07 21:39:02 UTC
(
hide
)
Description:
small fix of CHECK_STRUCTURE_MEMBER which breaks passing of the "lib=..." parameter.
Filename:
MIME Type:
Creator:
Jura Sasek
Created:
2016-08-07 21:39:02 UTC
Size:
793 bytes
patch
obsolete
>Source: Home brewed > >--- a/buildtools/wafsamba/samba_autoconf.py 2013-06-13 09:21:02.000000000 +0000 >+++ samba-4.1.7/buildtools/wafsamba/samba_autoconf.py 2014-06-10 11:53:22.567811902 +0000 >@@ -439,7 +439,7 @@ > > @conf > def CHECK_STRUCTURE_MEMBER(conf, structname, member, >- always=False, define=None, headers=None): >+ always=False, define=None, headers=None, lib=None): > '''check for a structure member''' > if define is None: > define = 'HAVE_%s' % member.upper() >@@ -451,6 +451,7 @@ > always=always, > headers=headers, > local_include=False, >+ lib=lib, > msg="Checking for member %s in %s" % (member, structname)) > >
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 12124
:
12316
|
12317
|
12318
|
12319
|
12320
|
12321
|
12322
|
12324
|
12325
|
12348