diff options
| author | Stefan Agner <stefan@agner.ch> | 2015-05-20 08:52:08 +0200 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2015-05-31 07:03:50 -0700 |
| commit | e00844ed8cb964857c73acd8495ae98250c9020f (patch) | |
| tree | 55abaa7394404da07e11128c6eb356458129b6cb /meta-python/recipes-devtools/python/python-matplotlib_1.1.0.bb | |
| parent | 5b6f39ce325d490fc382d5d59c5b8b9d5fa38b38 (diff) | |
| download | meta-openembedded-e00844ed8cb964857c73acd8495ae98250c9020f.tar.gz | |
ptpd: disable libpcap detection via pcap-config
When the host system provides pcap-config, the configure scripts
detect that and add a bogous CPPFLAG:
checking for pcap-config... /usr/bin/pcap-config
checking if we want to build with libpcap support... yes, pcap-config
...
PCAP_CPPFLAGS = -I/usr/include
Which down the line can lead to compile errors due to wrong headers
being included. Fix this issue by using --with-pcap-config=no which
prevents detection using pcap-config but does "guessing", which works
fine for OE.
Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-matplotlib_1.1.0.bb')
0 files changed, 0 insertions, 0 deletions
