mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 03:09:34 +03:00
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
This commit is contained in:
parent
1a33036df9
commit
e013670550
@ -138,7 +138,7 @@ AC_DEFUN([ZFS_AC_RPM], [
|
|||||||
AC_MSG_RESULT([$HAVE_RPMBUILD])
|
AC_MSG_RESULT([$HAVE_RPMBUILD])
|
||||||
])
|
])
|
||||||
|
|
||||||
RPM_DEFINE_COMMON=
|
RPM_DEFINE_COMMON='--define "$(DEBUG_ZFS) 1" --define "$(DEBUG_DMU_TX) 1"'
|
||||||
RPM_DEFINE_UTIL=
|
RPM_DEFINE_UTIL=
|
||||||
RPM_DEFINE_KMOD='--define "kernels $(LINUX_VERSION)"'
|
RPM_DEFINE_KMOD='--define "kernels $(LINUX_VERSION)"'
|
||||||
RPM_DEFINE_DKMS=
|
RPM_DEFINE_DKMS=
|
||||||
|
Loading…
Reference in New Issue
Block a user