mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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> |
||
|---|---|---|
| contrib | ||
| meta-efl | ||
| meta-filesystems | ||
| meta-gnome | ||
| meta-gpe | ||
| meta-initramfs | ||
| meta-multimedia | ||
| meta-networking | ||
| meta-oe | ||
| meta-perl | ||
| meta-python | ||
| meta-ruby | ||
| meta-systemd | ||
| meta-webserver | ||
| meta-xfce | ||
| toolchain-layer | ||
| .gitignore | ||
| COPYING.MIT | ||
| README | ||
Collection of layers for the OE-core universe Please see the respective READMEs in the layer subdirectories