| Index: build/config/linux/pkg-config.py
|
| diff --git a/build/config/linux/pkg-config.py b/build/config/linux/pkg-config.py
|
| index fadcc0bbcf9dfbabd92e24475ecd2d7ed91b3ebd..3ebc13d145199f5509c2758433c0668e3b27c971 100644
|
| --- a/build/config/linux/pkg-config.py
|
| +++ b/build/config/linux/pkg-config.py
|
| @@ -153,7 +153,7 @@ if options.libdir:
|
|
|
| try:
|
| flag_string = subprocess.check_output(
|
| - [ options.pkg_config, "--cflags", "--libs-only-l", "--libs-only-L" ] +
|
| + [ options.pkg_config, "--cflags", "--libs" ] +
|
| args, env=os.environ)
|
| # For now just split on spaces to get the args out. This will break if
|
| # pkgconfig returns quoted things with spaces in them, but that doesn't seem
|
|
|