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 = $(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 :) Samuel