SPECS: cryptsetup-luks.spec - initrd a bit smaller by disabling nls
    glen 
    glen at pld-linux.org
       
    Mon Nov 10 02:55:32 CET 2008
    
    
  
Author: glen                         Date: Mon Nov 10 01:55:32 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initrd a bit smaller by disabling nls
---- Files affected:
SPECS:
   cryptsetup-luks.spec (1.27 -> 1.28) 
---- Diffs:
================================================================
Index: SPECS/cryptsetup-luks.spec
diff -u SPECS/cryptsetup-luks.spec:1.27 SPECS/cryptsetup-luks.spec:1.28
--- SPECS/cryptsetup-luks.spec:1.27	Mon Nov 10 00:22:20 2008
+++ SPECS/cryptsetup-luks.spec	Mon Nov 10 02:55:27 2008
@@ -114,8 +114,10 @@
 
 %if %{with initrd}
 %configure \
+	--disable-shared-library \
 	--enable-static \
-	--enable-static-cryptsetup
+	--enable-static-cryptsetup \
+	--disable-nls
 %{__make}
 mv src/cryptsetup cryptsetup-initrd
 %{__make} clean
@@ -178,6 +180,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.28  2008/11/10 01:55:27  glen
+- initrd a bit smaller by disabling nls
+
 Revision 1.27  2008/11/09 23:22:20  glen
 - add -initrd subpackage; rel 4
 
================================================================
---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/cryptsetup-luks.spec?r1=1.27&r2=1.28&f=u
    
    
More information about the pld-cvs-commit
mailing list