summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-03-27 15:40:37 -0500
committerJohn Klug <john.klug@multitech.com>2017-07-05 10:56:58 -0500
commit07cfd74a1ec64b516a251663a063dee324827be0 (patch)
tree72668166023c76af57da3f1c13953c93b4806f1a
parent4f67b8962e39d1b1aebbe8b62ba0b85eacc56545 (diff)
downloadmeta-mlinux-07cfd74a1ec64b516a251663a063dee324827be0.tar.gz
meta-mlinux-07cfd74a1ec64b516a251663a063dee324827be0.tar.bz2
meta-mlinux-07cfd74a1ec64b516a251663a063dee324827be0.zip
Need to define __USE_XOPEN2K for struct addrinfo in netdb.h
-rw-r--r--recipes-connectivity/lora/lora-packet-forwarder_3.1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/lora/lora-packet-forwarder_3.1.0.bb b/recipes-connectivity/lora/lora-packet-forwarder_3.1.0.bb
index 98e1973..a4e625f 100644
--- a/recipes-connectivity/lora/lora-packet-forwarder_3.1.0.bb
+++ b/recipes-connectivity/lora/lora-packet-forwarder_3.1.0.bb
@@ -33,7 +33,7 @@ LORA_DIR = "/opt/lora"
export LGW_PATH = "${STAGING_LIBDIR}/lora"
export LGW_INC = "${STAGING_INCDIR}/lora"
-CFLAGS += "-I${LGW_INC} -Iinc -I."
+CFLAGS += "-I${LGW_INC} -Iinc -I. -std=gnu11 "
do_compile() {
oe_runmake