From e2a761b60653131fe5ed95bee2e05c5c378f65b6 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Mon, 28 Mar 2005 20:00:13 +0000 Subject: [PATCH] - fix compile error on x86_64 --- flac.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/flac.spec b/flac.spec index 3148cc4..e910af2 100644 --- a/flac.spec +++ b/flac.spec @@ -11,7 +11,7 @@ Patch1: flac-1.1.2-libtool.patch Patch3: flac-1.1.0-gnu-stack.patch URL: http://flac.sourceforge.net/ 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 %description @@ -48,8 +48,11 @@ This is the input plugin for XMMS to be able to FLAC files. %patch1 -p1 -b .libtool %patch3 -p1 -b .gnu-stack +autoreconf -i -f + %build -%configure +%configure --with-pic + make %{?_smp_mflags} %install