- explicitly disable ocaml (bug in configure script)

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/swig?expand=0&rev=80
This commit is contained in:
Klaus Kämpf
2015-07-06 08:13:54 +00:00
committed by Git OBS Bridge
parent e26735349b
commit 8389bba7dd
2 changed files with 3 additions and 1 deletions

View File

@@ -121,7 +121,7 @@ understandig SWIG usage.
%setup -q
%build
%configure --disable-ccache
%configure --disable-ccache --without-ocaml
make %{?_smp_mflags}
%check