diff --git a/graphviz-plugins.spec b/graphviz-plugins.spec index a808187..5d0bc4a 100644 --- a/graphviz-plugins.spec +++ b/graphviz-plugins.spec @@ -276,6 +276,7 @@ export CPPFLAGS="%{optflags}" --disable-dependency-tracking \ --with-ipsepcola \ --without-ming \ + --disable-silent-rules \ --enable-ltdl-install=no \ --disable-io make DESTDIR=%{buildroot} %{?_smp_mflags} diff --git a/graphviz.changes b/graphviz.changes index b8e5546..81027b9 100644 --- a/graphviz.changes +++ b/graphviz.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 3 11:53:27 UTC 2011 - coolo@suse.com + +- disable GD plugin completely + ------------------------------------------------------------------- Wed Sep 28 19:08:30 UTC 2011 - idonmez@suse.com diff --git a/graphviz.spec b/graphviz.spec index 22f8cb9..19252c6 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -109,7 +109,10 @@ export CPPFLAGS="%{optflags}" --enable-ltdl-install=no \ --with-ipsepcola \ --without-ming \ - --disable-io + --disable-io \ + --disable-silent-rules \ + --with-mylibgd=no \ + --with-libgd=no make %{?_smp_mflags} DESTDIR=%{buildroot} %install