From 1998f4fec11267566d6b38263ebbcc166d63e067 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 29 Sep 2016 13:30:24 -0400 Subject: [PATCH] just get this old beast building --- c-ares.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c-ares.spec b/c-ares.spec index 0d1001d..5932a06 100644 --- a/c-ares.spec +++ b/c-ares.spec @@ -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}