Accepting request 214074 from home:k0da:branches:graphics
- Don't build C# binding without mono. Otherwise we get unpackaged files. OBS-URL: https://build.opensuse.org/request/show/214074 OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=76
This commit is contained in:
parent
d8cc6f818a
commit
95d2e7b091
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 14 11:54:17 UTC 2014 - dvlaeev@suse.com
|
||||||
|
|
||||||
|
- Don't build C# binding without mono. Otherwise we get unpackaged
|
||||||
|
files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 11 07:27:19 UTC 2014 - coolo@suse.com
|
Sat Jan 11 07:27:19 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -304,6 +304,9 @@ export CPPFLAGS="%{optflags}"
|
|||||||
--without-ming \
|
--without-ming \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--enable-ltdl-install=no \
|
--enable-ltdl-install=no \
|
||||||
|
%if %{!with mono}
|
||||||
|
--enable-sharp=no \
|
||||||
|
%endif
|
||||||
--disable-io
|
--disable-io
|
||||||
make DESTDIR=%{buildroot} %{?_smp_mflags}
|
make DESTDIR=%{buildroot} %{?_smp_mflags}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user