Bug 285

Summary: compilation of samba fails if IPV6 support is missing
Product: buildroot Reporter: Sven Neumann <s.neumann>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: buildroot
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:
Attachments: patch to fix samba compilation
patch that just fixes the reported build issue

Description Sven Neumann 2009-04-17 17:43:18 UTC
Created attachment 243 [details]
patch to fix samba compilation

Compilation of Samba breaks if IPV6 support is missing on the target but is available on the host.

The attached patch fixes this. It also introduces a new configure option that allows to keep the libsmbclient library installed. This will be needed for the gvfs package that I am about to add to buildroot.
Comment 1 Sven Neumann 2009-04-20 10:25:34 UTC
Created attachment 251 [details]
patch that just fixes the reported build issue

Here's a simpler patch that just fixes the reported build issue. Building and installing libsmbclient correctly will need more changes. I will try to get this done and open a new bug report for it.
Comment 2 Peter Korsgaard 2009-04-26 21:43:18 UTC
Thanks, committed as r26213.