SHA256
1
0
forked from pool/libguestfs

fix previous ocaml change, --enable-ocaml is required even for the tools

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=148
This commit is contained in:
Olaf Hering 2012-11-13 15:26:04 +00:00 committed by Git OBS Bridge
parent 7c41a63ed4
commit 3330fbe08d

View File

@ -75,6 +75,7 @@ BuildRequires: perl(Pod::Simple::XHTML) >= 3.16
# Required to build tools, its independent from bindings # Required to build tools, its independent from bindings
BuildRequires: ocaml BuildRequires: ocaml
BuildRequires: ocaml-findlib BuildRequires: ocaml-findlib
%define _configure_ocaml --enable-ocaml
%endif %endif
# #
%if %{with_fuse} %if %{with_fuse}
@ -193,7 +194,6 @@ virtual machines.
%package -n ocaml-libguestfs %package -n ocaml-libguestfs
Summary: Provides OCaml support for libguestfs Summary: Provides OCaml support for libguestfs
Group: System/Filesystems Group: System/Filesystems
%define _configure_ocaml --enable-ocaml
# #
%description -n ocaml-libguestfs %description -n ocaml-libguestfs