nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nano-devel] [PATCH 11/17] pull in glob module from gnulib


From: Mike Frysinger
Subject: Re: [Nano-devel] [PATCH 11/17] pull in glob module from gnulib
Date: Tue, 14 Mar 2017 16:06:05 -0400

On 14 Mar 2017 12:52, Benno Schulenberg wrote:
> On Tue, Feb 21, 2017, at 23:04, Mike Frysinger wrote:
> > --- a/autogen.sh
> > +++ b/autogen.sh
> > @@ -8,6 +8,7 @@ modules="
> >     getdelim
> >     getline
> >     getopt-gnu
> > +   glob
> >     isblank
> >     iswblank
> >     regex
> 
> Pulling in the glob module increases the size of nano's binary
> by five percent.  :|  (On an up-to-date Manjaro system.)

to be fair, we're talking 8k or less.  but any rate, i'm guessing
it's because the build detected your host's glob doesn't support
listing broken symlinks.  looking at our use of glob (in rcfile),
that particular bug doesn't matter to us.  so we can disable it:
--- a/configure.ac
+++ b/configure.ac
@@ -32,6 +32,7 @@
 gl_cv_func_printf_infinite_long_double=yes
 gl_cv_func_printf_long_double=yes
 gl_cv_func_snprintf_directive_n=yes
+gl_cv_glob_lists_symlinks=yes
 
 dnl Checks for programs.
 
-mike

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]