summaryrefslogtreecommitdiffstats
path: root/package/python-oauthlib
diff options
context:
space:
mode:
authorJörg Krause <joerg.krause@embedded.rocks>2019-02-22 02:07:13 +0100
committerPeter Korsgaard <peter@korsgaard.com>2019-03-04 22:36:07 +0100
commitbb271e9d188b336c2238421061e97003dcc98665 (patch)
tree1f701ed24b109c97ca8767515d3c59f2211d6771 /package/python-oauthlib
parent940e7deab09e34585a5b70dd6ce1c9afd22fd8f3 (diff)
downloadbuildroot-bb271e9d188b336c2238421061e97003dcc98665.tar.gz
buildroot-bb271e9d188b336c2238421061e97003dcc98665.zip
Revert "package/libsoxr: add avutil to soxr.pc"
This reverts commit d81870ae8129389a62df80c9c8c9165d334b6921. The patch attempts to fix static linking with libsoxr when it build with avutils. The `Libs.private` field should not contain the full absolute path to the static library, but only the link flags for private libraries, e.g `-lm`. Buildroots pkg-config prepends the sysroot to the value found in `Libs.private` resulting in a malformed linker flag if libavutil is found: ``` -L/home/test/autobuild/run/instance-3/output/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib -lsoxr /home/test/autobuild/run/instance-3/output/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/home/test/autobuild/run/instance-3/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libavutil.a ``` .. or if libavutils is not found: ``` -L/home/test/autobuild/run/instance-1/output/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib -lsoxr AVUTIL_LIBRARIES-NOTFOUND ``` Revert this commit and replace the patch by a follow-up patch which only adds `-lavutil` to `Libs.private` in case it is found and used by libsoxr. Fixes: http://autobuild.buildroot.net/results/6eb4e2c9bd3884ab0152ddf873c20e62f0941181/ http://autobuild.buildroot.net/results/07207b0a58a08bf7c2cb78345a58244b5e6aab0e/ Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-oauthlib')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud