mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Also include udev libs in libdevmapper.pc when udev_sync is enabled.
This commit is contained in:
parent
60267bdce8
commit
257848229d
@ -1,5 +1,6 @@
|
|||||||
Version 1.02.47 -
|
Version 1.02.47 -
|
||||||
=================================
|
=================================
|
||||||
|
Also include udev libs in libdevmapper.pc when udev_sync is enabled.
|
||||||
Cache bitset locations to speed up _calc_states.
|
Cache bitset locations to speed up _calc_states.
|
||||||
Add a regex optimisation pass for shared character prefixes.
|
Add a regex optimisation pass for shared character prefixes.
|
||||||
Add dm_bit_and and dm_bitset_equal to libdevmapper.
|
Add dm_bit_and and dm_bitset_equal to libdevmapper.
|
||||||
|
@ -8,4 +8,4 @@ Description: device-mapper library
|
|||||||
Version: @DM_LIB_PATCHLEVEL@
|
Version: @DM_LIB_PATCHLEVEL@
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
Libs: -L${libdir} -ldevmapper
|
Libs: -L${libdir} -ldevmapper
|
||||||
Libs.private: @SELINUX_LIBS@
|
Libs.private: @SELINUX_LIBS@ @UDEV_LIBS@
|
||||||
|
Loading…
Reference in New Issue
Block a user