注意:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
User:Wjn
Jump to navigation
Jump to search
Note
Funtoo specific matter
pkg-config
Funtoo's pkg-config implement is pkgconf only, though Gentoo has original pkg-config, pkgconf and pkgconfig-openbsd. (See virtual/pkgconfig )
dev-util/pkgconf[pkg-config] makes a symbolic link of /usr/bin/pkg-config . This symlink will work in most cases.
But the more proper workaround is setting ${PKG_CONFIG} environment variable.
$ export PKG_CONFIG="/usr/bin/pkgconf"
See upstream https://github.com/pkgconf/pkgconf