Bug 285 - compilation of samba fails if IPV6 support is missing
Summary: compilation of samba fails if IPV6 support is missing
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P3 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-17 17:43 UTC by Sven Neumann
Modified: 2009-04-26 21:43 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
patch to fix samba compilation (1.41 KB, patch)
2009-04-17 17:43 UTC, Sven Neumann
Details
patch that just fixes the reported build issue (487 bytes, patch)
2009-04-20 10:25 UTC, Sven Neumann
Details

Note You need to log in before you can comment on or make changes to this bug.
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.