From e3c9bb7e6f401efc0a4ce5d2e8199240ba44db41 Mon Sep 17 00:00:00 2001 From: Michael Smith <msmith@xiph.org> Date: Fri, 19 Jul 2002 06:48:54 +0000 Subject: [PATCH] Revert change that enabled static linking for libao - this is known to not work. Not tested. Let me know if this is wrong ASAP. git-svn-id: http://svn.xiph.org/trunk/ao@3677 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- libao.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libao.spec b/libao.spec index 268e8e6..f14dc99 100644 --- a/libao.spec +++ b/libao.spec @@ -33,7 +33,7 @@ Group: Development/Libraries Requires: libao = %{version} %description devel -The libao-devel package contains the header files, static libraries and +The libao-devel package contains the header files, libraries and documentation needed to develop applications with libao. %prep @@ -44,7 +44,7 @@ perl -p -i -e "s/-ffast-math//" configure %build -%configure --enable-static +%configure make @@ -83,6 +83,9 @@ fi %{_datadir}/aclocal/ao.m4 %changelog +* Fri Jul 19 2002 Michael Smith <msmith@labyrinth.net.au> 0.8.3-2 +- re-disable static libraries (they do not work - at all) + * Sun Jul 14 2002 Thomas Vander Stichele <thomas@apestaart.org> 0.8.3-1 - new release for vorbis 1.0 - small cleanups -- GitLab