]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- fix configure cache macros, this is not shell auto/th/rpm-build-macros-1_423-1 auto/ti/rpm-build-macros-1_423-1
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 30 Jan 2008 23:49:26 +0000 (23:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.423

rpm.macros

index 2e5b530fe2753b7f73cfdb0fb52ae3e37ed08a95..fc657a3b959952b49b11b8933c266cecb155e918 100644 (file)
@@ -173,7 +173,7 @@ CXXFLAGS="%{rpmcxxflags}" \
 }
 
 #----------------------------------------------------------------
-%global configure_cache 0
+#%configure_cache 0
 %configure_cache_file  %{buildroot}.configure.cache
 
 %configure {./configure \
@@ -202,7 +202,7 @@ CXXFLAGS="%{rpmcxxflags}" \
        --infodir=%{_infodir} \
        --x-libraries=%{?_x_libraries}%{!?_x_libraries:%{_libdir}} \
        %{dependencytracking} \
-       %{?configure_cache:--cache-file=%{configure_cache_file:-%{buildroot}.configure.cache}} \
+       %{?configure_cache:--cache-file=%{configure_cache_file}} \
 }
 
 # overload to insert debuginfo package
This page took 0.039873 seconds and 4 git commands to generate.