samba4: add cross answers for x86_64
Signed-off-by: Christophe Vu-Brugier <cvubrugier@yahoo.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
dee1cf0cdf
commit
d191d40e3f
65
package/samba/samba4/x86_64-cache.txt
Normal file
65
package/samba/samba4/x86_64-cache.txt
Normal file
@ -0,0 +1,65 @@
|
||||
Checking simple C program: OK
|
||||
rpath library support: OK
|
||||
-Wl,--version-script support: OK
|
||||
Checking getconf LFS_CFLAGS: NO
|
||||
Checking for large file support without additional flags: OK
|
||||
Checking for -D_LARGE_FILES: OK
|
||||
Checking correct behavior of strtoll: NO
|
||||
Checking for working strptime: OK
|
||||
Checking for C99 vsnprintf: OK
|
||||
Checking for HAVE_SHARED_MMAP: OK
|
||||
Checking for HAVE_MREMAP: OK
|
||||
Checking for HAVE_INCOHERENT_MMAP: NO
|
||||
Checking for HAVE_SECURE_MKSTEMP: OK
|
||||
Checking for HAVE_IFACE_GETIFADDRS: OK
|
||||
Checking for HAVE_LITTLE_ENDIAN - runtime: OK
|
||||
Checking for HAVE_BIG_ENDIAN - runtime: NO
|
||||
Checking for kernel change notify support: OK
|
||||
Checking for Linux kernel oplocks: OK
|
||||
Checking for kernel share modes: OK
|
||||
Checking whether blkcnt_t is 32 bit: NO
|
||||
Checking whether blkcnt_t is 64 bit: OK
|
||||
Checking if can we convert from CP850 to UCS-2LE: OK
|
||||
Checking if can we convert from UTF-8 to UCS-2LE: OK
|
||||
Checking whether we can use Linux thread-specific credentials with 32-bit system calls: OK
|
||||
Checking whether we can use Linux thread-specific credentials: OK
|
||||
Checking whether setreuid is available: OK
|
||||
Checking whether setresuid is available: OK
|
||||
Checking whether seteuid is available: OK
|
||||
Checking whether fcntl locking is available: OK
|
||||
Checking for the maximum value of the 'time_t' type: OK
|
||||
Checking whether the realpath function allows a NULL argument: OK
|
||||
Checking whether POSIX capabilities are available: OK
|
||||
Checking for ftruncate extend: OK
|
||||
getcwd takes a NULL argument: OK
|
||||
Checking uname sysname type: "Linux"
|
||||
Checking uname machine type: "x86_64"
|
||||
Checking uname release type: "3.0.0"
|
||||
Checking uname version type: "#1 Tue Nov 1 12:34:56 UTC 2013"
|
||||
Checking for WORDS_BIGENDIAN: NO
|
||||
Checking size of bool: "1"
|
||||
Checking size of char: "1"
|
||||
Checking size of int: "4"
|
||||
Checking size of long long: "8"
|
||||
Checking size of long: "8"
|
||||
Checking size of short: "2"
|
||||
Checking size of size_t: "8"
|
||||
Checking size of ssize_t: "8"
|
||||
Checking size of int8_t: "1"
|
||||
Checking size of uint8_t: "1"
|
||||
Checking size of int16_t: "2"
|
||||
Checking size of uint16_t: "2"
|
||||
Checking size of int32_t: "4"
|
||||
Checking size of uint32_t: "4"
|
||||
Checking size of int64_t: "8"
|
||||
Checking size of uint64_t: "8"
|
||||
Checking size of void*: "8"
|
||||
Checking size of off_t: "8"
|
||||
Checking size of dev_t: "8"
|
||||
Checking size of ino_t: "8"
|
||||
Checking size of time_t: "8"
|
||||
Checking size of ((struct utmp *)NULL)->ut_line: "32"
|
||||
Checking value of NSIG: "65"
|
||||
Checking value of _NSIG: "65"
|
||||
Checking value of SIGRTMAX: "64"
|
||||
Checking value of SIGRTMIN: "34"
|
@ -7,7 +7,7 @@ config BR2_PACKAGE_SAMBA4
|
||||
depends on BR2_LARGEFILE
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # talloc python threads
|
||||
# Supported architectures only limited by the cached answers
|
||||
depends on BR2_arm || BR2_powerpc
|
||||
depends on BR2_arm || BR2_powerpc || BR2_x86_64
|
||||
select BR2_PACKAGE_E2FSPROGS
|
||||
select BR2_PACKAGE_POPT
|
||||
select BR2_PACKAGE_PYTHON
|
||||
|
Loading…
Reference in New Issue
Block a user