search for: 2bc3cfb8

Displaying 2 results from an estimated 2 matches for "2bc3cfb8".

2023 Aug 18
1
[nbdkit PATCH] cc: Allow configuration without absolute paths
...ting... --- plugins/cc/nbdkit-cc-plugin.pod | 9 ++++++--- configure.ac | 11 +++++++++++ plugins/cc/Makefile.am | 4 ++-- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/plugins/cc/nbdkit-cc-plugin.pod b/plugins/cc/nbdkit-cc-plugin.pod index 2974890c..2bc3cfb8 100644 --- a/plugins/cc/nbdkit-cc-plugin.pod +++ b/plugins/cc/nbdkit-cc-plugin.pod @@ -45,9 +45,12 @@ To replace the compiler flags: The plugin parameters C<CC>, C<CFLAGS> and C<EXTRA_CFLAGS> (written in uppercase) can be used to control which C compiler and C compiler -flags a...
2023 Aug 18
1
[nbdkit PATCH] cc: Allow configuration without absolute paths
...-cc-plugin.pod | 9 ++++++--- > configure.ac | 11 +++++++++++ > plugins/cc/Makefile.am | 4 ++-- > 3 files changed, 19 insertions(+), 5 deletions(-) > > diff --git a/plugins/cc/nbdkit-cc-plugin.pod b/plugins/cc/nbdkit-cc-plugin.pod > index 2974890c..2bc3cfb8 100644 > --- a/plugins/cc/nbdkit-cc-plugin.pod > +++ b/plugins/cc/nbdkit-cc-plugin.pod > @@ -45,9 +45,12 @@ To replace the compiler flags: > > The plugin parameters C<CC>, C<CFLAGS> and C<EXTRA_CFLAGS> (written in > uppercase) can be used to control which C co...