[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-207-ge9fc7c5

Love Hörnquist Åstrand lha at kth.se
Fri Jul 3 20:16:59 GMT 2009


3 jul 2009 kl. 12:44 skrev Björn Jacke:

> Hi Love,
>
> On 2009-07-03 at 10:23 -0700 Love Hörnquist Åstrand sent off:
>> Heimdal provides <ifaddrs.h> in roken, its always there in the  
>> heimdal
>> build tree.
>
> you may have a look at
>
> http://build.samba.org/?host=SerNet-sles8&tree=samba_4_0_test&compiler=gcc&function=View+Build
>
> and see what is/was wrong then. Inside the s4 build ifaddrs.h is  
> missing
> if not provided by the system.

Something in the s4 build system needs to replicate whats inside lib/ 
roken/Makefile.am

if have_ifaddrs_h
ifaddrs_h =
else
ifaddrs_h = ifaddrs.h
endif

XHEADERS = $(err_h) $(fnmatch_h) $(glob_h) $(ifaddrs_h) $(vis_h)

$(LTLIBOBJS) $(libroken_la_OBJECTS): roken.h $(XHEADERS)

The code uses getifaddrs(), and that protype you get though  
<ifaddrs.h> on most system (with roken, all systems).

Love




More information about the samba-technical mailing list