commit | 60dbd1da7886217a0cc4b4bcd62cf2c19fe62dd8 | [log] [tgz] |
---|---|---|
author | Peter Korsgaard <peter@korsgaard.com> | Tue Feb 03 23:44:05 2015 +0100 |
committer | Peter Korsgaard <peter@korsgaard.com> | Tue Feb 03 23:44:05 2015 +0100 |
tree | 8bf18573cc940670f3218edb2d9aadfbe796e33e | |
parent | 537b3c0ca95ea2dc9d8176e6bcd4a06e2e122c2b [diff] |
python-pyzmq: ensure correct path to zmq is used Fixes: http://autobuild.buildroot.net/results/6ae/6ae84c53985ab52ab1c64dd1e2a16d0bcf9eed1e/ http://autobuild.buildroot.net/results/04d/04d5ceb5335912916f05596a285e84d38a7c7d31/ http://autobuild.buildroot.net/results/77a/77ae85f24fabd00f2981f2dbddb52d8d5091b4a8/ http://autobuild.buildroot.net/results/27a/27adf12cca4e0e998b64fda9bf4be67f6dbe1595/ And many more. If --zmq isn't passed then python-pymq falls back to using 'pkg-config --variable=prefix libzmq' which returns /usr, causing it to look in /usr/lib for libraries breaking the build. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>