just get this old beast building

This commit is contained in:
Tom Callaway 2016-09-29 13:30:24 -04:00
parent 9c9c26e636
commit 1998f4fec1
1 changed files with 2 additions and 2 deletions

View File

@ -32,14 +32,14 @@ compile applications or shared objects that use c-ares.
%prep
%setup -q
%patch0 -p1 -b .optflags
#%patch0 -p1 -b .optflags
#%patch1 -p1 -b .multilib
cp %{SOURCE1} .
f=CHANGES ; iconv -f iso-8859-1 -t utf-8 $f -o $f.utf8 ; mv $f.utf8 $f
%build
autoreconf -if
# autoreconf -if
%configure --enable-shared --disable-static \
--disable-dependency-tracking
%{__make} %{?_smp_mflags}