Set RPM_DEFINE_COMMON options
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 23 Apr 2013 23:40:47 +0000 (16:40 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 24 Apr 2013 23:18:55 +0000 (16:18 -0700)
commite013670550641610dc09b6b58f0ea9fd00169d07
tree2839317c89df1990ad9d690aa616f2c8623caed9
parent1a33036df9de8f95aea38ec0d9e483106d1abaa4
Set RPM_DEFINE_COMMON options

When the kmod packaging was introduced the ability to pass the
--enable-debug and --enable-dmu-tx options from configure all
the way through to `make rpm|deb` was accidenally lost.  Update
ZFS_AC_RPM to explicitlu set RPM_DEFINE_COMMON with these
rpmbuild defines.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #1402
config/zfs-build.m4