]> git.proxmox.com Git - mirror_zfs.git/commit
Fedora 28: Fix "Macro %_dracutdir has empty body"
authorTony Hutter <hutter2@llnl.gov>
Sun, 25 Mar 2018 22:00:47 +0000 (15:00 -0700)
committerTony Hutter <hutter2@llnl.gov>
Tue, 8 May 2018 00:19:57 +0000 (17:19 -0700)
commita1662ffcaa82d15fe62efd8e266e54809d9ca204
tree1f8f0cafec4ecc82c9b327dd3021caebad075cd8
parentea921bf6a68c5d884ccad9ef4d5a23f76c4b51c4
Fedora 28: Fix "Macro %_dracutdir has empty body"

If you run ./configure --with-config=srpm, it will not trigger
the user m4 scripts to populate the dracut and udev directories.
This causes a build error on Fedora 28.  Make the dracut and
udev lines conditional to get around this.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes #7326
Closes #7328
config/zfs-build.m4