projects
/
mathgl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c94494c
)
Disable format-security as it breaks on autogenerated code
author
Alastair McKinstry
<mckinstry@debian.org>
Wed, 2 Oct 2019 16:42:11 +0000
(17:42 +0100)
committer
Alastair McKinstry
<mckinstry@debian.org>
Wed, 2 Oct 2019 16:42:11 +0000
(17:42 +0100)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 6163941c601617810e0e38b5853705ec7c16e79a..c34075fe4fcc1757d901a1b3fa1b89db9a40fe67 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-10,6
+10,8
@@
export DH_VERBOSE=1
export DH_OPTIONS=-v
+CXXFLAGS:= $(filter-out -Werror=format-security, (shell dpkg-buildflags --get CXXFLAGS))
+
DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel))