]> git.proxmox.com Git - mirror_zfs-debian.git/commit
Add spl-timeout-wait-for-header-and-symvers.patch patch
authorCarlos Alberto Lopez Perez <clopez@igalia.com>
Sat, 27 Apr 2013 18:54:46 +0000 (20:54 +0200)
committerCarlos Alberto Lopez Perez <clopez@igalia.com>
Sat, 27 Apr 2013 18:54:46 +0000 (20:54 +0200)
commitf55da974d21e850298e736bb7f3fdaebd9773207
treefbf72b9993fe6913a8bfc4eca1fa8111676ee064
parentfa610acfe6daa549294296aa9115014e7e1cb466
Add spl-timeout-wait-for-header-and-symvers.patch patch

  This Ensure that --with-spl-timeout waits for both SPL spl_config.h
  and symvers files

  The previous code was only waiting for the symver file. But the postinst
  target of the DKMS script for SPL will not only create the symvers file,
  but also the header spl_config.h.

  If we are waiting in the configure script of ZFS for the SPL symvers file,
  then we also need to wait for spl_config.h. Otherwise the configure script
  will abort because the spl_config.h is not yet available.

  On top of that, the function ZFS_AC_SPL_MODULE_SYMVERS is moved to the end
  of the function ZFS_AC_SPL to allow both checks share the with-spl-timeout
  parameter.
debian/patches/series [new file with mode: 0644]
debian/patches/spl-timeout-wait-for-header-and-symvers.patch [new file with mode: 0644]