[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] mount: handle -t auto
From: |
Justus Winter |
Subject: |
Re: [PATCH] mount: handle -t auto |
Date: |
Tue, 10 Sep 2013 10:40:12 +0200 |
User-agent: |
alot/0.3.4 |
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
> > <4winter@informatik.uni-hamburg.de> wrote:
> > > +mount-LDLIBS = $(libblkid-LIBS)
> > > +mount-CPPFLAGS = $(libblkid-CFLAGS)
> >
> > Those libblkid variables were defined using an underscore in the name
> > instead of a dash. The mount program built after s/d-/d_/ on those
> > two lines in utils/Makefile.
> >
> > Can this be adjusted?
>
> Indeed. I'm wondering whether Justus really tested his changes :)
Umm, I'm pretty sure I did both a build with libblkid (libdaemon) and
without and both builds were fine. I'm sorry if I messed that up and
failed to detect that :(
Justus