diff options
Diffstat (limited to 'redhat/applications/k3b/k3b.spec')
-rw-r--r-- | redhat/applications/k3b/k3b.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/redhat/applications/k3b/k3b.spec b/redhat/applications/k3b/k3b.spec index 271a6a160..79b024e06 100644 --- a/redhat/applications/k3b/k3b.spec +++ b/redhat/applications/k3b/k3b.spec @@ -131,7 +131,7 @@ BuildRequires: libudev-devel # HAL support %if 0%{?rhel} == 5 -%define with_hal 1 +%define with_hal 0 BuildRequires: hal-devel %endif @@ -451,6 +451,9 @@ fi -DWITH_MUSEPACK="ON" \ -DWITH_LAME="%{!?with_lame:OFF}%{?with_lame:ON}" \ -DWITH_MAD="%{!?with_libmad:OFF}%{?with_libmad:ON}" \ +%if 0%{?rhel} == 5 + -DWITH_HAL="ON" \ +%endif .. %__make %{?_smp_mflags} || %__make |