2007-10-06 23:50:47 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2022-08-09 19:54:04 +00:00
|
|
|
${STAGING_DIR_HOST}/bin/pkg-config.real \
|
2020-03-13 14:54:50 +00:00
|
|
|
--keep-system-cflags \
|
|
|
|
--keep-system-libs \
|
2019-11-28 19:19:32 +00:00
|
|
|
--define-variable=prefix="${STAGING_PREFIX}" \
|
2024-04-11 15:02:45 +00:00
|
|
|
--define-variable=prefix_host="${STAGING_DIR_HOST}" \
|
|
|
|
--define-variable=prefix_hostpkg="${STAGING_DIR_HOSTPKG}" \
|
2019-11-28 19:19:32 +00:00
|
|
|
--define-variable=exec_prefix="${STAGING_PREFIX}" \
|
2021-10-19 09:08:46 +00:00
|
|
|
--define-variable=bindir="${STAGING_PREFIX}/bin" \
|
|
|
|
$PKG_CONFIG_EXTRAARGS "$@"
|