]> git.pld-linux.org Git - packages/cryptsetup-luks.git/commitdiff
- initrd a bit smaller by disabling nls
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 10 Nov 2008 01:55:27 +0000 (01:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cryptsetup-luks.spec -> 1.28

cryptsetup-luks.spec

index 05fa292b6d411ecee6d7b7c9f358ff9de3824abc..d86c20c291186602176384b69f7d68ef4a169eb6 100644 (file)
@@ -113,8 +113,10 @@ in cryptsetup - staticaly linked for initrd.
 
 %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
This page took 0.104827 seconds and 4 git commands to generate.