summaryrefslogtreecommitdiffstats
path: root/tools/pkgconf/files/pkg-config
blob: 2c6fd08b4abf62d3a3a09b151bca8fa3ce1b9513 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

pkg-config.real \
--keep-system-cflags \
--keep-system-libs \
--define-variable=prefix="${STAGING_PREFIX}" \
--define-variable=exec_prefix="${STAGING_PREFIX}" \
--define-variable=bindir="${STAGING_PREFIX}/bin" "$@"