diff options
author | 2021-01-04 19:30:14 -0500 | |
---|---|---|
committer | 2021-01-04 19:30:14 -0500 | |
commit | de83a7f4eb45fbc63bac5654f634f6340f0d827d (patch) | |
tree | f93367edad120242a480f6024aa6b27ee2ad9d5e /eclass/systemd.eclass | |
parent | app-emulation/docker: typo fix (diff) | |
download | gentoo-de83a7f4eb45fbc63bac5654f634f6340f0d827d.tar.gz gentoo-de83a7f4eb45fbc63bac5654f634f6340f0d827d.tar.bz2 gentoo-de83a7f4eb45fbc63bac5654f634f6340f0d827d.zip |
Revert "systemd.eclass: remove SYSROOT from pkg-config output"
After discussion on the mailing list, it was determined that pkgconfig
and pkgconf differ in behavior. Revert this eclass change until we have
a more clear path forward.
Reverts: ac07a890dd55813eee120b328a17ee413e5c3489.
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'eclass/systemd.eclass')
-rw-r--r-- | eclass/systemd.eclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eclass/systemd.eclass b/eclass/systemd.eclass index f6d1fa2d92d6..81065a0af79a 100644 --- a/eclass/systemd.eclass +++ b/eclass/systemd.eclass @@ -50,7 +50,6 @@ _systemd_get_dir() { if $(tc-getPKG_CONFIG) --exists systemd; then d=$($(tc-getPKG_CONFIG) --variable="${variable}" systemd) || die - d=${d#${SYSROOT}} d=${d#${EPREFIX}} else d=${fallback} |