diff options
author | Arthur Skowronek <arthur.skowronek@tuta.io> | 2018-10-15 14:55:57 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-10-20 16:24:29 +0200 |
commit | 5f2cb6d7dc9de24bec7b1139f8d785f0e7588eed (patch) | |
tree | 249b95e1b7050c11a69fe81094109058b0c0cbb8 /tools/mpc | |
parent | 260be8a5790416a8e8e42eb59d5b24a656e4bedb (diff) | |
download | upstream-5f2cb6d7dc9de24bec7b1139f8d785f0e7588eed.tar.gz upstream-5f2cb6d7dc9de24bec7b1139f8d785f0e7588eed.tar.bz2 upstream-5f2cb6d7dc9de24bec7b1139f8d785f0e7588eed.zip |
tools/pkg-config: pass arguments at the end
Go for openwrt passes pkg-config arguments in the format of
pkg-config --cflags -- pkg-name
which in turn will be passed down to the real pkg-config as something
like
pkg-config.real --cflags -- pkg-name --define...
and causes the real pkg-config implementation to missinterpret the given
argument list.
This also helps to fix https://github.com/golang/go/issues/27940
Signed-off-by: Arthur Skowronek <arthur.skowronek@tuta.io>
Diffstat (limited to 'tools/mpc')
0 files changed, 0 insertions, 0 deletions