]> git.pld-linux.org Git - packages/util-linux.git/commitdiff
- different cachefile for initrd build
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 5 Sep 2011 10:19:15 +0000 (10:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    util-linux.spec -> 1.317

util-linux.spec

index 1dec9bd17b66dcdf7ea1f2125c6524258e063ed4..3c29fa1f84e60d20de14a2dea7118556632755d9 100644 (file)
@@ -651,6 +651,9 @@ export CPPFLAGS="%{rpmcppflags} -I/usr/include/ncurses -DHAVE_LSEEK64_PROTOTYPE
        ac_cv_header_crypt_h="no" \
 %endif
        CC="$xCC" \
+%if "%{?configure_cache}" == "1"
+       --cache-file=%{?configure_cache_file}%{!?configure_cache_file:configure}-initrd.cache \
+%endif
        --disable-shared \
        --enable-static \
        --disable-fsck \
This page took 0.18541 seconds and 4 git commands to generate.