search for: 2974890c

Displaying 2 results from an estimated 2 matches for "2974890c".

Did you mean: 27948908
2023 Aug 18
1
[nbdkit PATCH] cc: Allow configuration without absolute paths
...ore committing... --- 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 compile...
2023 Aug 18
1
[nbdkit PATCH] cc: Allow configuration without absolute paths
.../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...