]> git.ipfire.org Git - thirdparty/util-linux.git/commit
mount: fix build
authorDavidlohr Bueso <dave@gnu.org>
Tue, 8 Nov 2011 23:39:46 +0000 (00:39 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 8 Nov 2011 23:47:33 +0000 (00:47 +0100)
commit6b44ec173b4b91292e2a84e83225c6a02df2becb
tree077c734dc679ea3ed64319850a2e893c4c08c254
parent6107377322d5d6866c3aa363def656fdf68311e6
mount: fix build

With the new build changes when libmount is not defined the compilation breaks:

fstab.c:440: undefined reference to `streq_except_trailing_slash'
collect2: ld returned 1 exit status
make[2]: *** [mtab_lock_test] Error 1
make[2]: Leaving directory `/home/dave/projects/ut/mount'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dave/projects/ut'
make: *** [all] Error 2

This patch adds strutils to the fstab.c rule.

Signed-off-by: Davidlohr Bueso <dave@gnu.org>
mount/Makefile.am