components/samba/samba/patches/samba_autoconf.py.patch
changeset 5222 8298df727253
parent 5221 e63c8f63ac44
child 5223 66bb65945d8f
--- a/components/samba/samba/patches/samba_autoconf.py.patch	Mon Dec 21 18:48:54 2015 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-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))
- 
-