Fixed: epan/dissectors/packet-ip.c:56:19: fatal error: GeoIP.h: No such file or directory
Signed-off-by: Robert Yang <[email protected]> --- .../recipes-support/wireshark/wireshark_1.12.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-support/wireshark/wireshark_1.12.2.bb b/meta-networking/recipes-support/wireshark/wireshark_1.12.2.bb index 5740730..4fd519e 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_1.12.2.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_1.12.2.bb @@ -36,6 +36,7 @@ PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6," PACKAGECONFIG[gnutls] = "--with-gnutls=yes, --with-gnutls=no, gnutls" PACKAGECONFIG[gcrypt] = "--with-gcrypt=yes, --with-gcrypt=no, libgcrypt" PACKAGECONFIG[krb5] = "--with-krb5=yes, --with-krb5=no, krb5" +PACKAGECONFIG[geoip] = "--with-geoip, --without-geoip, geoip" EXTRA_OECONF = "--with-qt=no --enable-usr-local=no --enable-tshark --with-c-ares=no" -- 1.7.9.5 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
