User:Wjn

From Funtoo
Revision as of 18:15, February 8, 2016 by Wjn (talk | contribs) (Created page with "== Note == === Funtoo specific matter === ==== pkg-config ==== Funtoo's pkg-config implement is [https://github.com/pkgconf/pkgconf pkgconf] only, though Gentoo has origina...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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