Martin Lambers wrote: > the getpass-gnu module should depend on the fseeko module, just like the > getpass module does. > > Martin > > > diff --git a/modules/getpass-gnu b/modules/getpass-gnu > index af493f9..92e2d79 100644 > --- a/modules/getpass-gnu > +++ b/modules/getpass-gnu > @@ -7,6 +7,7 @@ lib/getpass.c > m4/getpass.m4 > > Depends-on: > +fseeko > getline > stdbool >
You're right. Thanks. I applied your patch. Bruno