Package compiler and linker metadata toolkit
http://pkgconf.org/
pkgconf is a program which helps to configure compiler and linker flags
for development frameworks. It is similar to pkg-config from freedesktop.org
and handles .pc files in a similar manner as pkg-config.
- Devel package for openSUSE:Factory
-
6
derived packages
- Links to openSUSE:Factory / pkgconf
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:tools/pkgconf && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
pkgconf-1.6.1.tar.xz | 0000291028 284 KB | |
pkgconf.changes | 0000003694 3.61 KB | |
pkgconf.spec | 0000007133 6.97 KB | |
platform-pkg-config.in | 0000000406 406 Bytes |
Revision 8 (latest revision is 31)
Neal Gompa (Pharaoh_Atem)
committed
(revision 8)
- Update to 1.6.1 + Fixed an issue where a personality may not be properly selected due to argv[0] containing a full path. + Fixed a regression where having an empty PKG_CONFIG_LIBDIR environment variable would not eliminate the default search paths. + Use POSIX realpath(3) instead of readlink() for deduplicating the search path. Use _fullpath() on Windows for the same purpose. + The dequoting logic for tuples has been improved to ensure that quotes *inside* a value remain quoted when necessary. + Fixed issue where packages which referenced missing packages in Requires.private may have crashed due to memory corruption issues in some circumstances. + Fixed warnings reported by GCC 8 diagnostics. + Add LIBPKGCONF_VERSION and LIBPKGCONF_VERSION_STR macros for determining libpkgconf version. + Add pkgconf_fragment_copy_list() to copy a fragment list to another fragment list. + Fix edge cases for path canonicalization (especially on Windows) - Add personality.d directories for cross-targets - Add pkgconf rpm macros for pkgconf directories - Simplify platform-pkg-config wrapper to work with POSIX sh
Comments 0