[packages/dmraid] - disable initrd packages - updated configure options
baggins
baggins at pld-linux.org
Sat Dec 7 15:05:52 CET 2013
commit 3dfbba1b94b0486682218c967168ade4caef3d19
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat Dec 7 15:05:34 2013 +0100
- 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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/dmraid.git/commitdiff/3dfbba1b94b0486682218c967168ade4caef3d19
More information about the pld-cvs-commit
mailing list