1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

libdm: fix typo in libdevmapper.pc

Fixing name for RT libraries and using RT_LIBS.
This commit is contained in:
Zdenek Kabelac 2017-10-18 00:03:08 +02:00
parent 1b319f39d6
commit 327d9d59be
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
Version 1.02.145 -
===================================
Fix RT_LIBS reference in generated libdevmapper.pc for pkg-config
Version 1.02.144 - 6th October 2017
===================================

View File

@ -9,4 +9,4 @@ Version: @DM_LIB_PATCHLEVEL@
Cflags: -I${includedir}
Libs: -L${libdir} -ldevmapper
Requires.private: @SELINUX_PC@ @UDEV_PC@
Libs.private: -lm @RT_LIB@
Libs.private: -lm @RT_LIBS@