summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe2008-11-10 01:55:27 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitd6925a9f5867f8037fd093071133a32fbc5737b3 (patch)
tree74b9b972688646e2855f6f7adff947a8175b2bdb
parentd07d45f74b0225719c61ffcf51732aaff1e3aebb (diff)
downloadcryptsetup-d6925a9f5867f8037fd093071133a32fbc5737b3.zip
cryptsetup-d6925a9f5867f8037fd093071133a32fbc5737b3.tar.gz
- initrd a bit smaller by disabling nls
Changed files: cryptsetup.spec -> 1.28
-rw-r--r--cryptsetup.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/cryptsetup.spec b/cryptsetup.spec
index 05fa292..d86c20c 100644
--- a/cryptsetup.spec
+++ b/cryptsetup.spec
@@ -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