#! /bin/sh

# Tell pkgconf to use pkgconfig behaviour when dealing with the sysroot to ease
# migration.
export PKG_CONFIG_FDO_SYSROOT_RULES="1"

exec pkgconf "$@"
