From ffa1f11af6a885be478252711d56094c1eb64ccb58e9fa988c6974b07aefd12a Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 3 Oct 2011 12:28:31 +0000 Subject: [PATCH] Accepting request 86246 from home:coolo:branches:openSUSE:Factory - disable GD plugin completely OBS-URL: https://build.opensuse.org/request/show/86246 OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=34 --- graphviz-plugins.spec | 1 + graphviz.changes | 5 +++++ graphviz.spec | 5 ++++- 3 files changed, 10 insertions(+), 1 deletion(-) 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