diff options
author | John Klug <john.klug@multitech.com> | 2017-03-27 15:40:37 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-05-23 15:21:54 -0500 |
commit | 14559d854833786c62a20fb6e0788890512f6ba4 (patch) | |
tree | 13a7febd7f135765efb71e68de87e2b6dc5bdd19 /recipes-connectivity | |
parent | 2db010b3b63c58fb966b44cb8df0b16dd913469f (diff) | |
download | meta-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')
-rw-r--r-- | recipes-connectivity/lora/lora-packet-forwarder_3.1.0.bb | 2 |
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 |