]> git.pld-linux.org Git - packages/liboil.git/commitdiff
- sse2 expects memory references to be 16-byte aligned auto/th/liboil-0_3_10-2
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 1 Feb 2007 20:49:29 +0000 (20:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  but liboil uses non-16-byte aligned u32* operands,
  so just disable it on x86-32.
- release 2.

Changed files:
    liboil.spec -> 1.22

liboil.spec

index 454db22e0b4cc982e303cb818aa0ce92ec097370..2cf3568f9dd906817f487de6e7a817aa744f2af1 100644 (file)
@@ -7,7 +7,7 @@ Summary:        Library of Optimized Inner Loops
 Summary(pl):   Biblioteka zoptymalizowanych wewnêtrznych pêtli
 Name:          liboil
 Version:       0.3.10
-Release:       1
+Release:       2
 Epoch:         1
 License:       BSD
 Group:         Libraries
@@ -15,6 +15,7 @@ Source0:      http://liboil.freedesktop.org/download/%{name}-%{version}.tar.gz
 # Source0-md5: 770f656bca8166dab33b322d5886a4bf
 Patch0:                %{name}-opt.patch
 Patch1:                %{name}-no_altivec.patch
+Patch2:                %{name}-no_sse2_on_i386.patch
 URL:           http://liboil.freedesktop.org/wiki/
 BuildRequires: autoconf >= 2.58
 BuildRequires: automake >= 1.6
@@ -85,6 +86,7 @@ Statyczna biblioteka liboil.
 %setup -q
 %patch0 -p1
 %{!?with_altivec:%patch1 -p1}
+%patch2 -p0
 
 %build
 %{__libtoolize}
This page took 0.075957 seconds and 4 git commands to generate.