From 8389bba7dd99af185e2eab371b860f953b4e5b5bed3e403d9f7e90259290f8f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= Date: Mon, 6 Jul 2015 08:13:54 +0000 Subject: [PATCH] - explicitly disable ocaml (bug in configure script) OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/swig?expand=0&rev=80 --- swig.changes | 2 ++ swig.spec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/swig.changes b/swig.changes index 8afc630..f41d2b7 100644 --- a/swig.changes +++ b/swig.changes @@ -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 diff --git a/swig.spec b/swig.spec index 1861390..d52da19 100644 --- a/swig.spec +++ b/swig.spec @@ -121,7 +121,7 @@ understandig SWIG usage. %setup -q %build -%configure --disable-ccache +%configure --disable-ccache --without-ocaml make %{?_smp_mflags} %check