mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-18 18:50:44 +03:00
Substitute UDEV_SYNC value for use in the other files and show a warning message when libudev not found and using udev_sync.
This commit is contained in:
parent
55313cb6bf
commit
0878503f0f
5
configure
vendored
5
configure
vendored
@ -647,6 +647,7 @@ missingkernel
|
||||
kerneldir
|
||||
interface
|
||||
LIB_PTHREAD
|
||||
UDEV_SYNC
|
||||
UDEV_RULES
|
||||
STATIC_LINK
|
||||
STATICDIR
|
||||
@ -12306,6 +12307,9 @@ cat >>confdefs.h <<\_ACEOF
|
||||
_ACEOF
|
||||
|
||||
LIBS="-ludev $LIBS"
|
||||
else
|
||||
{ $as_echo "$as_me:$LINENO: WARNING: It won't be possible to get udev state. We will assume that udev is not running." >&5
|
||||
$as_echo "$as_me: WARNING: It won't be possible to get udev state. We will assume that udev is not running." >&2;}
|
||||
fi
|
||||
fi
|
||||
|
||||
@ -15523,6 +15527,7 @@ LVM_LIBAPI=`echo "$VER" | $AWK -F '[()]' '{print $2}'`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
################################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user