Re: [Libguestfs] [libnbd PATCH 4/6] macOS: Do not use --version_script

2021-07-19 Thread Richard W.M. Jones
On Tue, Jul 13, 2021 at 11:26:06PM +0200, Martin Kletzander wrote: > The linker does not support this option. > > Signed-off-by: Martin Kletzander > --- > configure.ac| 10 ++ > lib/Makefile.am | 2 +- > 2 files changed, 11 insertions(+), 1 deletion(-) > > diff --git

[Libguestfs] [libnbd PATCH 4/6] macOS: Do not use --version_script

2021-07-13 Thread Martin Kletzander
The linker does not support this option. Signed-off-by: Martin Kletzander --- configure.ac| 10 ++ lib/Makefile.am | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9f6ba03a4773..18a66ee9114f 100644 --- a/configure.ac +++