summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArkadiusz Miƛkiewicz2011-01-08 19:58:41 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit8a7a87e4ef1218e3c6dca274c7a6f4cee60c2486 (patch)
tree344cbd3c4dd01809a466f46da4995b44a5da1c7d
parentc905abc3fdd755b05bfc265593dc31d51961457f (diff)
downloadcryptsetup-auto/th/cryptsetup-luks-1_2_0-2.zip
cryptsetup-auto/th/cryptsetup-luks-1_2_0-2.tar.gz
- rel 2; fix initrd build after update to 1.2.0auto/th/cryptsetup-luks-1_2_0-2
Changed files: cryptsetup.spec -> 1.51
-rw-r--r--cryptsetup.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/cryptsetup.spec b/cryptsetup.spec
index 8812d31..40f8f8b 100644
--- a/cryptsetup.spec
+++ b/cryptsetup.spec
@@ -8,7 +8,7 @@ Summary: LUKS for dm-crypt implemented in cryptsetup
Summary(pl.UTF-8): LUKS dla dm-crypta zaimplementowany w cryptsetup
Name: cryptsetup-luks
Version: 1.2.0
-Release: 1
+Release: 2
License: GPL v2
Group: Base
#Source0Download: http://code.google.com/p/cryptsetup/downloads/list
@@ -158,6 +158,7 @@ CC="%{__cc}"
%if %{with dietlibc}
%configure \
CC="diet ${CC#ccache } %{rpmcflags} %{rpmldflags} -Os" \
+ LIBS="-lcompat" \
ac_cv_lib_popt_poptConfigFileToString=yes \
ac_cv_lib_sepol_sepol_bool_set=no \
ac_cv_lib_selinux_is_selinux_enabled=no \
@@ -165,12 +166,11 @@ CC="%{__cc}"
%if "%{?configure_cache}" == "1"
--cache-file=%{?configure_cache_file}%{!?configure_cache_file:configure}-initrd.cache \
%endif
- --disable-shared-library \
+ --disable-shared \
--enable-static \
--enable-static-cryptsetup \
--disable-nls
-%{__make} -C luks
%{__make} -C lib
%if %{with dietlibc}