]> git.pld-linux.org Git - packages/gcc.git/commitdiff
don't use broken bootstrap patch; don't run texconfig even if it's available
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 26 Nov 2000 21:32:29 +0000 (21:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc.spec -> 1.66

gcc.spec

index 25abe744fdcec979d750ef2ae498a0dadcc35153..ff4b60e827ad7a2260b6ea65c565db52bb153acf 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -317,7 +317,8 @@ Preprocesor C umo
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
+# bootstrap patch is broken
+#%patch3 -p1
 %patch4 -p0
 %patch5 -p0
 %patch6 -p1
@@ -363,7 +364,7 @@ install -d obj-%{_target_platform} && cd obj-%{_target_platform}
 
 CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}"
 CXXFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}" 
-../configure \
+TEXCONFIG=false ../configure \
        --prefix=%{_prefix} \
        --infodir=%{_infodir} \
        --enable-shared \
This page took 0.188891 seconds and 4 git commands to generate.