summaryrefslogtreecommitdiff
path: root/recipes-connectivity/lora/lora-packet-forwarder_3.1.0.bb
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-05-23 15:21:54 -0500
commit14559d854833786c62a20fb6e0788890512f6ba4 (patch)
tree13a7febd7f135765efb71e68de87e2b6dc5bdd19 /recipes-connectivity/lora/lora-packet-forwarder_3.1.0.bb
parent2db010b3b63c58fb966b44cb8df0b16dd913469f (diff)
downloadmeta-mlinux-14559d854833786c62a20fb6e0788890512f6ba4.tar.gz
meta-mlinux-14559d854833786c62a20fb6e0788890512f6ba4.tar.bz2
meta-mlinux-14559d854833786c62a20fb6e0788890512f6ba4.zip
Need to define __USE_XOPEN2K for struct addrinfo in netdb.h
Diffstat (limited to 'recipes-connectivity/lora/lora-packet-forwarder_3.1.0.bb')
-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