]> git.proxmox.com Git - mirror_spl.git/commit - config/spl-build.m4
When no kernel source has been pointed to, first attempt to use
authorBrian J. Murrell <brian@sun.com>
Mon, 8 Mar 2010 22:19:30 +0000 (14:19 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 8 Mar 2010 22:19:30 +0000 (14:19 -0800)
commit534c4e38cb2e070e8502798e3eecf297ff82f480
tree3d91ca5c9ca6c01b3024e3469c0a1352705e5f5c
parent21006d08af406344fafc97d2eb43b73e781e49ff
When no kernel source has been pointed to, first attempt to use
/lib/modules/$(uname -r)/source.  This will likely fail when building
under a mock (http://fedoraproject.org/wiki/Projects/Mock) chroot
environment since `uname -r` will report the running kernel which
likely is not the kernel in your chroot.  To cleanly handle this
we fallback to using the first kernel in your chroot.

The kernel-devel package which contains all the kernel headers and
a few build products such as Module.symver{s} is all the is required.
Full source is not needed.
config/spl-build.m4
configure