From 3dfbba1b94b0486682218c967168ade4caef3d19 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sat, 7 Dec 2013 15:05:34 +0100 Subject: [PATCH] - disable initrd packages - updated configure options --- dmraid.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dmraid.spec b/dmraid.spec index 89a06af..8ecf348 100644 --- a/dmraid.spec +++ b/dmraid.spec @@ -1,6 +1,6 @@ # # Conditional build: -%bcond_without initrd # without initrd version +%bcond_with initrd # without initrd version %bcond_with dietlibc # build initrd version with static glibc instead of dietlibc %bcond_without selinux # build without SELinux support (needs selinux-disabled device-mapper) # @@ -131,7 +131,10 @@ mv -f tools/dmraid dmraid-initrd %endif %configure \ - --enable-shared_lib + --with-usrlibdir=%{_libdir} \ + --disable-static_link \ + --enable-led \ + --enable-intel_led %{__make} -j1 %install -- 2.44.0