]> git.pld-linux.org Git - packages/Glide_V3-DRI.git/commitdiff
- added -fno-expensive-optimizations as workaround for gcc 2.95.3 bug
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 2 Aug 2001 22:25:15 +0000 (22:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  causing SEGV with hw=h5 (hw=h3 probably too - the same bad code)
- release 0.20010309.1

Changed files:
    Glide_V3-DRI.spec -> 1.11

Glide_V3-DRI.spec

index 4921fb16a7b4660153b13d7e547af99093253a6f..9faba3467678dc70a4c8ba202696ee71f7fc42c0 100644 (file)
@@ -5,7 +5,7 @@ Summary:        Glide runtime for 3Dfx Voodoo Banshee and Voodoo3 boards
 Summary(pl):   Biblioteki Glide dla kart 3Dfx Voodoo Banshee oraz Voodoo3
 Name:          Glide_V3-DRI
 Version:       3.10.0
-Release:       0.%{snapdate}
+Release:       0.%{snapdate}.1
 Epoch:         1
 Group:         X11/Libraries
 Group(de):     X11/Libraries
@@ -91,7 +91,7 @@ automake -a -c
        %{?_with_3dnow:--enable-amd3d}
 
 %{__make} -f makefile.autoconf all \
-       GLIDE_DEBUG_GCFLAGS="%{rpmcflags} %{!?debug:-fomit-frame-pointer -ffast-math}" \
+       GLIDE_DEBUG_GCFLAGS="%{rpmcflags} -fno-expensive-optimizations %{!?debug:-fomit-frame-pointer -ffast-math}" \
        GLIDE_DEBUG_GDEFS="%{!?debug:-DBIG_OPT} %{?debug:-DGDBG_INFO_ON -DGLIDE_DEBUG}"
 
 %install
@@ -100,7 +100,7 @@ install -d $RPM_BUILD_ROOT%{_examplesdir}/glide3/tests
 
 # something is recompiled - use GCFLAGS too
 %{__make} -f makefile.autoconf install \
-       GLIDE_DEBUG_GCFLAGS="%{rpmcflags} %{!?debug:-fomit-frame-pointer -ffast-math}" \
+       GLIDE_DEBUG_GCFLAGS="%{rpmcflags} -fno-expensive-optimizations %{!?debug:-fomit-frame-pointer -ffast-math}" \
        GLIDE_DEBUG_GDEFS="%{!?debug:-DBIG_OPT} %{?debug:-DGDBG_INFO_ON -DGLIDE_DEBUG}" \
        DESTDIR=$RPM_BUILD_ROOT
 
This page took 0.284033 seconds and 4 git commands to generate.