summaryrefslogtreecommitdiff
path: root/libdm/libdevmapper.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* makefiles: add pthread to libdevmapper pkgconfigDavid Seifert2023-02-231-1/+1
| | | | Add pthread to pkg_config file.
* libdm: fix typo in libdevmapper.pcZdenek Kabelac2017-10-181-1/+1
| | | | Fixing name for RT libraries and using RT_LIBS.
* libdm: pkgconfig: fix devmapper.pc to not reference nonexistent rt.pc filePeter Rajnoha2015-09-031-1/+2
| | | | | | | | librt doesn't have a pkgconfig file so use Libs.private: -lrt instead to declare the dependency directly. The same applies for -lm which is also used and which hasn't been defined in the devmapper.pc file yet.
* libdm: Require librt for new dm_timestamp.Alasdair G Kergon2015-07-291-1/+1
|
* Switch to use Requires.private for devmapper.pc and lvm2app.pcZdenek Kabelac2010-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | Use Requires.private: instead of Libs.private: Use UDEV_PC and SELINUX_PC for Require.private: It looks like usage of Requires.private is prefered from Libs.private. However pkg-config documentation is really poor here. But here is short outcome: There is a difference in Libs.private: and Requires.private: where we specify libselinux instead of -lselinux -lsepol. We leave resolving of query like 'pkg-config --libs --static devmapper' on taking proper selinux and udev libs to their .pc files instead of hardcoding them into our .pc file which is might give incorrect answer. - i.e. dependency of libselinux package might change and we may return wrong list of linked libraries. http://bugs.freedesktop.org/show_bug.cgi?id=4738 http://err.no/personal/blog/tech/2008-03-25-18-07_pkg-config,_sonames_and_Requires.private
* Also include udev libs in libdevmapper.pc when udev_sync is enabled.Peter Rajnoha2010-04-261-1/+1
|
* Only include selinux libs in libdevmapper.pc when selinux build enabled.Alasdair Kergon2009-10-051-1/+1
|
* Use simple x.y.z library version in libdevmapper.pcAlasdair Kergon2008-11-011-1/+1
|
* configure/makefile tidying + pkg-config support.Alasdair Kergon2006-04-191-0/+11