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

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