mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
tools/pkgconf: add PKG_CONFIG_EXTRAARGS for additional arguments
This can be used my the OpenWrt build system to pass additional arguments when required. Signed-off-by: Andre Heider <a.heider@gmail.com>
This commit is contained in:
parent
99889b80ff
commit
79e195e238
@ -5,4 +5,5 @@ pkg-config.real \
|
||||
--keep-system-libs \
|
||||
--define-variable=prefix="${STAGING_PREFIX}" \
|
||||
--define-variable=exec_prefix="${STAGING_PREFIX}" \
|
||||
--define-variable=bindir="${STAGING_PREFIX}/bin" "$@"
|
||||
--define-variable=bindir="${STAGING_PREFIX}/bin" \
|
||||
$PKG_CONFIG_EXTRAARGS "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user