]> git.proxmox.com Git - mirror_spl.git/commit
Skip GPL-only symbols test when cross-compiling
authorKamil Domański <kamil@domanski.co>
Thu, 10 Dec 2015 10:14:08 +0000 (11:14 +0100)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 11 Dec 2015 23:27:56 +0000 (15:27 -0800)
commit61bbbd9a775a5517af513e5014edbdd73a32f7e4
tree26c59483d84be65bf2af2b353004f083ce567419
parent0da84d1574a9900b8a0a9b73cdc2588407262dfd
Skip GPL-only symbols test when cross-compiling

This test depends on being able to execute the resulting binary
which will be impossible when cross-compiling.  Instead make a
worst case assumption which allows the build to continue as
recommended by the autoconf manual.

https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Runtime.html

Signed-off-by: Kamil Domański <kamil@domanski.co>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: tuxoko <tuxoko@gmail.com>
Closes zfsonlinux/spl#507
Closes zfsonlinux/zfs#4075
config/spl-build.m4