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
This commit is contained in:
Stephan Kulow 2011-10-03 12:28:31 +00:00 committed by Git OBS Bridge
parent 4c9dbf1b63
commit ffa1f11af6
3 changed files with 10 additions and 1 deletions

View File

@ -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}

View File

@ -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

View File

@ -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