SPECS (AC-branch): glibc.spec - or rather this way
glen
glen at pld-linux.org
Tue Nov 13 15:27:32 CET 2007
Author: glen Date: Tue Nov 13 14:27:32 2007 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- or rather this way
---- Files affected:
SPECS:
glibc.spec (1.583.2.91 -> 1.583.2.92)
---- Diffs:
================================================================
Index: SPECS/glibc.spec
diff -u SPECS/glibc.spec:1.583.2.91 SPECS/glibc.spec:1.583.2.92
--- SPECS/glibc.spec:1.583.2.91 Tue Nov 13 15:25:10 2007
+++ SPECS/glibc.spec Tue Nov 13 15:27:27 2007
@@ -983,9 +983,6 @@
%endif
%if %{with linuxthreads}
../%configure \
-%if "%{!?configure_cache:0}%{?configure_cache}" == "1"
- --cache-file=../config.cache \
-%endif
--enable-kernel="%{min_kernel}" \
--%{?with_omitfp:en}%{!?with_omitfp:dis}able-omitfp \
--with%{!?with___thread:out}-__thread \
@@ -1004,9 +1001,7 @@
cd builddir-nptl
%endif
../%configure \
-%if "%{!?configure_cache:0}%{?configure_cache}" == "1"
- --cache-file=../config.cache-nptl \
-%endif
+ %{?configure_cache:--cache-file=%{configure_cache_file:-%{buildroot}.configure.cache}-nptl.cache} \
--enable-kernel="%{nptl_min_kernel}" \
--%{?with_omitfp:en}%{!?with_omitfp:dis}able-omitfp \
--with-headers=%{sysheaders} \
@@ -1711,6 +1706,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.583.2.92 2007-11-13 14:27:27 glen
+- or rather this way
+
Revision 1.583.2.91 2007-11-13 14:25:10 glen
- if configure_cache is enabled use different cache file for linuxthreads and nptl builds
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/glibc.spec?r1=1.583.2.91&r2=1.583.2.92&f=u
More information about the pld-cvs-commit
mailing list