Bug 2771 - add configure cache variable for LINUX_LFS_SUPPORT
Summary: add configure cache variable for LINUX_LFS_SUPPORT
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.14a
Hardware: All Linux
: P3 normal
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-04 12:25 UTC by Kevin Turner
Modified: 2017-07-16 20:47 UTC (History)
1 user (show)

See Also:


Attachments
add AC_CACHE_CHECK for LINUX_LFS_SUPPORT (1.82 KB, patch)
2005-06-04 12:26 UTC, Kevin Turner
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Turner 2005-06-04 12:25:26 UTC
The value of LINUX_LFS_SUPPORT is determined by an AC_TRY_RUN, which means it
won't be configured correctly for a cross-compile.  The following patch adds a
AC_CACHE_CHECK for this value so that cross-compile environments can set it in
config.site.
Comment 1 Kevin Turner 2005-06-04 12:26:13 UTC
Created attachment 1259 [details]
add AC_CACHE_CHECK for LINUX_LFS_SUPPORT
Comment 2 Andrew Bartlett 2017-07-16 20:47:26 UTC
(Cleaning up old bugs)

LINUX_LFS_SUPPORT was removed by db1f2779791d250a01e2405a2f901bab4ade4efd for Samba 4.0 when we moved to use only standard _FILE_OFFSET_BITS=64 macro for large files.

Cross-compilation is now with WAF, which uses a very different mechanism.