[Debian-iot-packaging] [openzwave-controlpanel] 01/03: Add -Wno-format-security flag (Closes: #871217)
Dara Adib
daradib-guest at moszumanska.debian.org
Sat Aug 19 21:59:20 UTC 2017
This is an automated email from the git hooks/post-receive script.
daradib-guest pushed a commit to branch debian/master
in repository openzwave-controlpanel.
commit f83e49d6ca4696075df2c665ef86104f5e06eafa
Author: Dara Adib <daradib at ocf.berkeley.edu>
Date: Sat Aug 19 17:36:11 2017 -0400
Add -Wno-format-security flag (Closes: #871217)
---
debian/patches/0001-Makefile.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/patches/0001-Makefile.patch b/debian/patches/0001-Makefile.patch
index 3f17244..215937f 100644
--- a/debian/patches/0001-Makefile.patch
+++ b/debian/patches/0001-Makefile.patch
@@ -14,7 +14,7 @@ Changes:
1 file changed, 14 insertions(+), 19 deletions(-)
diff --git a/Makefile b/Makefile
-index a2ac64d..a9bea23 100644
+index a2ac64d..ca3b5c0 100644
--- a/Makefile
+++ b/Makefile
@@ -17,32 +17,27 @@ RELEASE_CFLAGS := -Wall -Wno-unknown-pragmas -Werror -Wno-format -O3 -DNDEBUG
@@ -24,7 +24,7 @@ index a2ac64d..a9bea23 100644
-# Change for DEBUG or RELEASE
-CFLAGS := -c $(DEBUG_CFLAGS)
-LDFLAGS := $(DEBUG_LDFLAGS)
-+CFLAGS += -c -Wall -Wno-unknown-pragmas -Wno-format
++CFLAGS += -c -Wall -Wno-unknown-pragmas -Wno-format -Wno-format-security
-OPENZWAVE := ../open-zwave/
-LIBMICROHTTPD := -L/usr/local/lib/ -lmicrohttpd
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-iot/openzwave-controlpanel.git
More information about the Debian-iot-packaging
mailing list