aboutsummaryrefslogtreecommitdiffstats
path: root/rpm/redhat
diff options
context:
space:
mode:
Diffstat (limited to 'rpm/redhat')
-rw-r--r--rpm/redhat/zfs-kmod.spec.in10
1 files changed, 1 insertions, 9 deletions
diff --git a/rpm/redhat/zfs-kmod.spec.in b/rpm/redhat/zfs-kmod.spec.in
index 26d5b6054..aedd88eb4 100644
--- a/rpm/redhat/zfs-kmod.spec.in
+++ b/rpm/redhat/zfs-kmod.spec.in
@@ -1,5 +1,4 @@
%bcond_with debug
-%bcond_with debug_dmu_tx
Name: @PACKAGE@-kmod
Version: @VERSION@
@@ -59,12 +58,6 @@ fi
%define debug --disable-debug
%endif
-%if %{with debug_dmu_tx}
-%define debug_dmu_tx --enable-debug-dmu-tx
-%else
-%define debug_dmu_tx --disable-debug-dmu-tx
-%endif
-
%setup -n %{kmod_name}-%{version}
%build
%configure \
@@ -73,8 +66,7 @@ fi
--with-linux-obj=%{kobj} \
--with-spl="%{splsrc}" \
--with-spl-obj="%{splobj}" \
- %{debug} \
- %{debug_dmu_tx}
+ %{debug}
make %{?_smp_mflags}
%install