mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 08:48:08 +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
f262d2aae1
commit
0e411c69a8
@ -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…
x
Reference in New Issue
Block a user