From d6925a9f5867f8037fd093071133a32fbc5737b3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 10 Nov 2008 01:55:27 +0000 Subject: [PATCH] - initrd a bit smaller by disabling nls Changed files: cryptsetup.spec -> 1.28 --- cryptsetup.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.44.0