SPECS: udev.spec - fix for configure_cache file being enabled

glen glen at pld-linux.org
Sun Nov 16 19:07:18 CET 2008


Author: glen                         Date: Sun Nov 16 18:07:18 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix for configure_cache file being enabled

---- Files affected:
SPECS:
   udev.spec (1.258 -> 1.259) 

---- Diffs:

================================================================
Index: SPECS/udev.spec
diff -u SPECS/udev.spec:1.258 SPECS/udev.spec:1.259
--- SPECS/udev.spec:1.258	Wed Nov 12 10:06:54 2008
+++ SPECS/udev.spec	Sun Nov 16 19:07:13 2008
@@ -192,6 +192,9 @@
 %build
 %if %{with initrd}
 %configure \
+%if "%{?configure_cache}" == "1"
+	--cache-file=%{?configure_cache_file}%{!?configure_cache_file:configure}-initrd.cache \
+%endif
 	%{?with_uClibc:CC="%{_target_cpu}-uclibc-gcc"} \
 	%{?with_dietlibc:CC="%{_target_cpu}-dietlibc-gcc"} \
 	%{?with_klibc:CC="%{_bindir}/klcc"} \
@@ -409,6 +412,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.259  2008/11/16 18:07:13  glen
+- fix for configure_cache file being enabled
+
 Revision 1.258  2008/11/12 09:06:54  glen
 - fix subst in trigger, add note that v127 is /lib/udev for all arch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/udev.spec?r1=1.258&r2=1.259&f=u



More information about the pld-cvs-commit mailing list