pkgconf: always retain -I and -L flags
[openwrt/staging/mkresin.git] / tools / pkgconf / files / pkg-config
1 #!/bin/sh
2
3 pkg-config.real \
4 --keep-system-cflags \
5 --keep-system-libs \
6 --define-variable=prefix="${STAGING_PREFIX}" \
7 --define-variable=exec_prefix="${STAGING_PREFIX}" \
8 --define-variable=bindir="${STAGING_PREFIX}/bin" "$@"