- 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

@ -7,6 +7,8 @@ Mon Jul 6 06:22:21 UTC 2015 - kkaempf@suse.com
- Language improvements and bug fixes for C#, Go, Java, Lua,
Python, R.
- explicitly disable ocaml (bug in configure script)
-------------------------------------------------------------------
Sun Feb 1 18:32:16 UTC 2015 - dmitry_r@opensuse.org

View File

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