]> git.pld-linux.org Git - packages/dmraid.git/commitdiff
- disable initrd packages auto/th/dmraid-1.0.0-0.rc16.3.1
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 7 Dec 2013 14:05:34 +0000 (15:05 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 7 Dec 2013 14:05:34 +0000 (15:05 +0100)
- updated configure options

dmraid.spec

index 89a06af9c02af42645e130c17f89243b916c1301..8ecf3485e1d0abad2b2650165a3b78cd34640d9f 100644 (file)
@@ -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
This page took 0.050105 seconds and 4 git commands to generate.