[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] mount: handle -t auto
From: |
David Michael |
Subject: |
Re: [PATCH] mount: handle -t auto |
Date: |
Mon, 9 Sep 2013 18:00:19 -0400 |
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
<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?
Thanks.
David
P.S. Another minor nitpick: HAVE_BLKID is not being substituted in
config.make. Neither is HAVE_DAEMON. However, nothing seems to use
these make variables at the moment, so a correction would only be
cosmetic.