Skip to content
Snippets Groups Projects
Commit e3c9bb7e authored by Michael Smith's avatar Michael Smith
Browse files

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
parent 53fcced4
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ Group: Development/Libraries ...@@ -33,7 +33,7 @@ Group: Development/Libraries
Requires: libao = %{version} Requires: libao = %{version}
%description devel %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. documentation needed to develop applications with libao.
%prep %prep
...@@ -44,7 +44,7 @@ perl -p -i -e "s/-ffast-math//" configure ...@@ -44,7 +44,7 @@ perl -p -i -e "s/-ffast-math//" configure
%build %build
%configure --enable-static %configure
make make
...@@ -83,6 +83,9 @@ fi ...@@ -83,6 +83,9 @@ fi
%{_datadir}/aclocal/ao.m4 %{_datadir}/aclocal/ao.m4
%changelog %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 * Sun Jul 14 2002 Thomas Vander Stichele <thomas@apestaart.org> 0.8.3-1
- new release for vorbis 1.0 - new release for vorbis 1.0
- small cleanups - small cleanups
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment