]> sourceware.org Git - lvm2.git/commitdiff
Also include udev libs in libdevmapper.pc when udev_sync is enabled.
authorPeter Rajnoha <prajnoha@redhat.com>
Mon, 26 Apr 2010 09:05:50 +0000 (09:05 +0000)
committerPeter Rajnoha <prajnoha@redhat.com>
Mon, 26 Apr 2010 09:05:50 +0000 (09:05 +0000)
WHATS_NEW_DM
libdm/libdevmapper.pc.in

index 4e2d0e9783e80b07f347513d84ba759d45a754a8..d899bd739793c2c54c1f28de4048e65ea15b0c0e 100644 (file)
@@ -1,5 +1,6 @@
 Version 1.02.47 -
 =================================
+  Also include udev libs in libdevmapper.pc when udev_sync is enabled.
   Cache bitset locations to speed up _calc_states.
   Add a regex optimisation pass for shared character prefixes.
   Add dm_bit_and and dm_bitset_equal to libdevmapper.
index b657090ffeb6b1da989dbca4c0ffed07b7350e71..5910583d7e241a46bae33842c94b143ab5b7f726 100644 (file)
@@ -8,4 +8,4 @@ Description: device-mapper library
 Version: @DM_LIB_PATCHLEVEL@
 Cflags: -I${includedir} 
 Libs: -L${libdir} -ldevmapper
-Libs.private: @SELINUX_LIBS@
+Libs.private: @SELINUX_LIBS@ @UDEV_LIBS@
This page took 0.036624 seconds and 5 git commands to generate.