Descriptionpkg-config.py should use --libs instead of --libs-only-l --libs-only-L
When specifying both --libs-only-l and --libs-only-L to
pkg-config, the results from the latter are not included.
This feels like a bug in pkg-config, reported upstream:
https://bugs.freedesktop.org/show_bug.cgi?id=91689
Our pkg-config.py wrapper can use --libs instead of the
flags mentioned above- this includes flags from both but
maybe also some additional flags (eg -rdynamic).
BUG=522564
Committed: https://crrev.com/f5c7b1a39088d8b2f78132b5488319d986abd16a
Cr-Commit-Position: refs/heads/master@{#344260}
Patch Set 1 #
Messages
Total messages: 15 (4 generated)
|