From 017fcc55528150dd0790aa2af102e3945b9e1deb Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: May 26 2005 22:01:35 +0000 Subject: configure script was checking library paths in /lib | /usr/lib only. Fix it for lib64 arches, ensuring consistent builds across arches. Fixes #158346 --- diff --git a/SDL.spec b/SDL.spec index cb0d621..c416de3 100644 --- a/SDL.spec +++ b/SDL.spec @@ -1,7 +1,7 @@ Summary: A cross-platform multimedia library. Name: SDL Version: 1.2.8 -Release: 3.1 +Release: 3.2 Source: http://www.libsdl.org/release/%{name}-%{version}.tar.gz Patch0: SDL-1.1.7-byteorder.patch Patch4: SDL-1.2.3-prefersounddaemons.patch @@ -11,6 +11,7 @@ Patch13: SDL-1.2.7-ppc_modes.patch Patch14: SDL-1.2.8-autofoo.patch Patch15: SDL-1.2.8-gcc4.patch Patch16: SDL-1.2.8-x86_64.patch +Patch17: SDL-1.2.8-libdir.patch URL: http://www.libsdl.org/ License: LGPL Group: System Environment/Libraries @@ -46,6 +47,7 @@ rm -rf %{buildroot} %patch14 -p1 -b .autofoo %patch15 -p1 -b .gcc4 %patch16 -p1 -b .x86_64 +%patch17 -p1 -b .libdir %build #libtoolize --copy --force @@ -97,6 +99,10 @@ rm -rf %{buildroot} %{_mandir}/man3/SDL*.3* %changelog +* Thu May 26 2005 Bill Nottingham 1.2.8-3.2 +- fix configure script for libdir so library deps are identical on all + arches (#158346) + * Thu Apr 14 2005 Thomas Woerner 1.2.8-3.1 - new version of the gcc4 fix