From 7b66c73062f90497e470f0185672f3a4cf1bbc88 Mon Sep 17 00:00:00 2001 From: pertusus Date: Feb 05 2008 21:54:54 +0000 Subject: parallel build fails --- diff --git a/agg.spec b/agg.spec index 5ff1098..41e5d70 100644 --- a/agg.spec +++ b/agg.spec @@ -1,7 +1,7 @@ Summary: Anti-Grain Geometry graphical rendering engine Name: agg Version: 2.5 -Release: 5%{?dist} +Release: 6%{?dist} Group: System Environment/Libraries URL: http://www.antigrain.com License: GPLv2+ @@ -46,7 +46,9 @@ automake --foreign --add-missing --ignore-deps %build %configure --disable-static --disable-gpc -make %{?_smp_mflags} +# parallel build fails in examples/ because the .la is in _LDFLAGS instead of +# _LIBADD +make #%%{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT @@ -81,9 +83,10 @@ mv __clean_examples __dist_examples/examples rm -rf $RPM_BUILD_ROOT %changelog -* Tue Feb 5 2008 Patrice Dumas - 2.5-5 +* Tue Feb 5 2008 Patrice Dumas - 2.5-6 - remove non free files - minor cleanups +- parallel build fails * Fri Aug 03 2007 Caolan McNamara - 2.5-4 - clarify license