Re: [PATCH] mount: handle -t auto

2013-09-10 Thread Justus Winter
Quoting Samuel Thibault (2013-09-10 00:35:21) > David Michael, le Mon 09 Sep 2013 18:00:19 -0400, a écrit : > > I tried building mount and got a linker error due to missing the -lblkid. > > > > On Mon, Sep 2, 2013 at 4:55 AM, Justus Winter > > <4win...@informatik.uni-hamburg.de> wrote: > > > +moun

Re: [PATCH] mount: handle -t auto

2013-09-09 Thread Samuel Thibault
David Michael, le Mon 09 Sep 2013 18:00:19 -0400, a écrit : > I tried building mount and got a linker error due to missing the -lblkid. > > On Mon, Sep 2, 2013 at 4:55 AM, Justus Winter > <4win...@informatik.uni-hamburg.de> wrote: > > +mount-LDLIBS = $(libblkid-LIBS) > > +mount-CPPFLAGS = $(libblk

Re: [PATCH] mount: handle -t auto

2013-09-09 Thread David Michael
Hi, I tried building mount and got a linker error due to missing the -lblkid. On Mon, Sep 2, 2013 at 4:55 AM, Justus Winter <4win...@informatik.uni-hamburg.de> wrote: > +mount-LDLIBS = $(libblkid-LIBS) > +mount-CPPFLAGS = $(libblkid-CFLAGS) Those libblkid variables were defined using an undersco

Re: [PATCH] mount: handle -t auto

2013-09-09 Thread Samuel Thibault
Justus Winter, le Mon 02 Sep 2013 10:55:24 +0200, a écrit : > Use libblkid to detect the filesystem type if "auto" is given as > type. Remove the translator localization from main, this is also done > in do_mount and any errors are propagated properly. This way "auto" is > handled correctly if give

Re: [PATCH] mount: handle -t auto

2013-09-02 Thread Justus Winter
Quoting Justus Winter (2013-08-30 16:08:26) > Use libblkid to detect the filesystem type if "auto" is given as > type. Remove the translator localization from main, this is also done > in do_mount and any errors are propagated properly. This way "auto" is > handled correctly if given on the command