- fix compile error on x86_64

This commit is contained in:
John (J5) Palmieri 2005-03-28 20:00:13 +00:00
parent 9d5488167c
commit e2a761b606

View File

@ -11,7 +11,7 @@ Patch1: flac-1.1.2-libtool.patch
Patch3: flac-1.1.0-gnu-stack.patch Patch3: flac-1.1.0-gnu-stack.patch
URL: http://flac.sourceforge.net/ URL: http://flac.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-root BuildRoot: %{_tmppath}/%{name}-root
BuildRequires: xmms-devel, glib-devel, libogg-devel, doxygen, nasm BuildRequires: xmms-devel, glib-devel, libogg-devel, doxygen, nasm, autoconf, automake
Obsoletes: flac-libs Obsoletes: flac-libs
%description %description
@ -48,8 +48,11 @@ This is the input plugin for XMMS to be able to FLAC files.
%patch1 -p1 -b .libtool %patch1 -p1 -b .libtool
%patch3 -p1 -b .gnu-stack %patch3 -p1 -b .gnu-stack
autoreconf -i -f
%build %build
%configure %configure --with-pic
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install