You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by pa...@apache.org on 2016/09/16 21:49:57 UTC

incubator-mynewt-core git commit: need to turn on c99 for iotivity

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop 0ae2adf14 -> 7541bded5


need to turn on c99 for iotivity


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/7541bded
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/7541bded
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/7541bded

Branch: refs/heads/develop
Commit: 7541bded5722d82e99594ac89a8e314b78870037
Parents: 0ae2adf
Author: Paul Dietrich <pa...@yahoo.com>
Authored: Fri Sep 16 14:49:28 2016 -0700
Committer: Paul Dietrich <pa...@yahoo.com>
Committed: Fri Sep 16 14:49:28 2016 -0700

----------------------------------------------------------------------
 libs/iotivity/pkg.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/7541bded/libs/iotivity/pkg.yml
----------------------------------------------------------------------
diff --git a/libs/iotivity/pkg.yml b/libs/iotivity/pkg.yml
index c4bf8b2..e5c95fb 100644
--- a/libs/iotivity/pkg.yml
+++ b/libs/iotivity/pkg.yml
@@ -29,7 +29,8 @@ pkg.deps:
     - "@apache-mynewt-core/sys/mn_socket"
     - "@apache-mynewt-core/sys/log"
 
-pkg.cflags: -DDEBUG=1
+pkg.cflags: -std=c99
+        -DDEBUG=1
         -DSECURE=0
         -I./port/mynewt
         -I../port/mynewt