diff options
Diffstat (limited to 'config/rpm.am')
-rw-r--r-- | config/rpm.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/rpm.am b/config/rpm.am index c352fc582..d557f77b4 100644 --- a/config/rpm.am +++ b/config/rpm.am @@ -68,6 +68,7 @@ rpm-common: --define "require_spldir $(SPL)" \ --define "require_splobj $(SPL_OBJ)" \ --define "require_splver $(SPL_VERSION)" \ + --define "$(DEBUG_ZFS) 1" \ --nodeps --rebuild $$rpmpkg || exit 1; \ cp $$rpmbuild/RPMS/*/* . || exit 1; \ $(RM) -R $$rpmbuild |