package/samba4: update samba4-cache.txt for fcntl flags check
Fixes: http://autobuild.buildroot.net/results/76a/76a411b78d764561457decd47b268f65059ba1b0/ Checking whether fcntl supports setting/geting hints : not found .. Cross answers file /home/giuliobenetti/autobuild/run/instance-2/output-1/build/samba4-4.14.2/cache.txt is incomplete Samba4 has added a check for fcntl F_{G,S}ET_RW_HINT / F_{G,S}ET_FILE_RW_HINT handling since:5084a69de1
Which is supported by the Linux kernel since 4.13 in commit c75b1d9421f80f41 (fs: add fcntl() interface for setting/getting write life time hints), so add it to the cache file. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commita429233617
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
371f8b683e
commit
5f878ace0d
@ -103,6 +103,7 @@ SAMBA4_POST_INSTALL_TARGET_HOOKS += SAMBA4_REMOVE_CTDB_TESTS
|
||||
|
||||
define SAMBA4_CONFIGURE_CMDS
|
||||
$(INSTALL) -m 0644 package/samba4/samba4-cache.txt $(@D)/cache.txt;
|
||||
echo 'Checking whether fcntl supports setting/geting hints: $(if $(BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_13),OK,NO)' >>$(@D)/cache.txt;
|
||||
echo 'Checking uname machine type: $(BR2_ARCH)' >>$(@D)/cache.txt;
|
||||
(cd $(@D); \
|
||||
$(SAMBA4_PYTHON) \
|
||||
|
Loading…
Reference in New Issue
Block a user