mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-04-06 17:49:11 +03:00
Skip GPL-only symbols test when cross-compiling
Signed-off-by: Kamil Domański <kamil@domanski.co> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #4107
This commit is contained in:
parent
dcb6bed1df
commit
76d5bf196c
@ -448,6 +448,7 @@ dnl # detected at configure time and cause a build failure. Otherwise
|
|||||||
dnl # modules may be successfully built that behave incorrectly.
|
dnl # modules may be successfully built that behave incorrectly.
|
||||||
dnl #
|
dnl #
|
||||||
AC_DEFUN([ZFS_AC_KERNEL_CONFIG], [
|
AC_DEFUN([ZFS_AC_KERNEL_CONFIG], [
|
||||||
|
AS_IF([test "x$cross_compiling" != xyes], [
|
||||||
AC_RUN_IFELSE([
|
AC_RUN_IFELSE([
|
||||||
AC_LANG_PROGRAM([
|
AC_LANG_PROGRAM([
|
||||||
#include "$LINUX/include/linux/license.h"
|
#include "$LINUX/include/linux/license.h"
|
||||||
@ -459,6 +460,7 @@ AC_DEFUN([ZFS_AC_KERNEL_CONFIG], [
|
|||||||
[Define to 1 if GPL-only symbols can be used])
|
[Define to 1 if GPL-only symbols can be used])
|
||||||
], [
|
], [
|
||||||
])
|
])
|
||||||
|
])
|
||||||
|
|
||||||
ZFS_AC_KERNEL_CONFIG_THREAD_SIZE
|
ZFS_AC_KERNEL_CONFIG_THREAD_SIZE
|
||||||
ZFS_AC_KERNEL_CONFIG_DEBUG_LOCK_ALLOC
|
ZFS_AC_KERNEL_CONFIG_DEBUG_LOCK_ALLOC
|
||||||
|
Loading…
Reference in New Issue
Block a user