Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 361429 | Differences between
and this patch

Collapse All | Expand All

(-)LVM2.2.02.84/configure.orig (-1 / +1 lines)
Lines 8799-8805 Link Here
8799
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_udev_udev_queue_get_udev_is_active" >&5
8799
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_udev_udev_queue_get_udev_is_active" >&5
8800
$as_echo "$ac_cv_lib_udev_udev_queue_get_udev_is_active" >&6; }
8800
$as_echo "$ac_cv_lib_udev_udev_queue_get_udev_is_active" >&6; }
8801
if test "x$ac_cv_lib_udev_udev_queue_get_udev_is_active" = x""yes; then :
8801
if test "x$ac_cv_lib_udev_udev_queue_get_udev_is_active" = x""yes; then :
8802
  UDEV_PC="libudev"; UDEV_LIBS="-ludev"
8802
  UDEV_PC="libudev"; UDEV_LIBS="-ludev -lrt"
8803
else
8803
else
8804
  as_fn_error $? "bailing out... libudev library is required" "$LINENO" 5
8804
  as_fn_error $? "bailing out... libudev library is required" "$LINENO" 5
8805
fi
8805
fi
(-)LVM2.2.02.84/configure.in.orig (-1 / +1 lines)
Lines 804-810 Link Here
804
804
805
if test x$UDEV_SYNC = xyes; then
805
if test x$UDEV_SYNC = xyes; then
806
	AC_CHECK_LIB(udev, udev_queue_get_udev_is_active,
806
	AC_CHECK_LIB(udev, udev_queue_get_udev_is_active,
807
		     [UDEV_PC="libudev"; UDEV_LIBS="-ludev"],
807
		     [UDEV_PC="libudev"; UDEV_LIBS="-ludev -lrt"],
808
		     [AC_MSG_ERROR([bailing out... libudev library is required])])
808
		     [AC_MSG_ERROR([bailing out... libudev library is required])])
809
	AC_DEFINE([UDEV_SYNC_SUPPORT], 1, [Define to 1 to enable synchronisation with udev processing.])
809
	AC_DEFINE([UDEV_SYNC_SUPPORT], 1, [Define to 1 to enable synchronisation with udev processing.])
810
fi
810
fi

Return to bug 361429