summaryrefslogtreecommitdiffstats
path: root/recipes-extended/groff/groff_1.18.1.4.bb
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2017-10-03 22:26:41 +0200
committerRoss Burton <ross.burton@intel.com>2017-10-04 15:33:42 +0100
commit08afd879388514af24e2c720066d479cfc71a433 (patch)
treee2d7e805f7e427d253af96a38d280210b1ffddee /recipes-extended/groff/groff_1.18.1.4.bb
parent4bed302b143c4d869f83fcc34b0c1ad1dd143c2d (diff)
downloadmeta-gplv2-08afd879388514af24e2c720066d479cfc71a433.tar.gz
groff: Make it build with compile time hardening enabled
This avoids the following error: src/devices/grohtml/post-html.cc: In member function 'void header_desc::write_headings(FILE*, int)': src/devices/grohtml/post-html.cc:1402:32: error: format not a string literal and no format arguments [-Werror=format-security] fprintf(f, buffer.contents()); Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'recipes-extended/groff/groff_1.18.1.4.bb')
-rw-r--r--recipes-extended/groff/groff_1.18.1.4.bb13
1 files changed, 7 insertions, 6 deletions
diff --git a/recipes-extended/groff/groff_1.18.1.4.bb b/recipes-extended/groff/groff_1.18.1.4.bb
index fc7eb44..0d1520d 100644
--- a/recipes-extended/groff/groff_1.18.1.4.bb
+++ b/recipes-extended/groff/groff_1.18.1.4.bb
@@ -9,12 +9,13 @@ PR = "r1"
9LIC_FILES_CHKSUM = "file://COPYING;md5=e43fc16fccd8519fba405f0a0ff6e8a3" 9LIC_FILES_CHKSUM = "file://COPYING;md5=e43fc16fccd8519fba405f0a0ff6e8a3"
10 10
11SRC_URI = "${GNU_MIRROR}/${BPN}/old/${BP}.tar.gz \ 11SRC_URI = "${GNU_MIRROR}/${BPN}/old/${BP}.tar.gz \
12 file://groff-1.18.1.4-remove-mom.patch;striplevel=1 \ 12 file://groff-1.18.1.4-remove-mom.patch;striplevel=1 \
13 file://man-local.patch \ 13 file://man-local.patch \
14 file://mdoc-local.patch \ 14 file://mdoc-local.patch \
15 file://groff-1.18.1.4-fix-bindir.patch \ 15 file://groff-1.18.1.4-fix-bindir.patch \
16 file://fix-narrowing-conversion-error.patch \ 16 file://fix-narrowing-conversion-error.patch \
17" 17 file://0001-Make-it-build-with-compile-time-hardening-enabled.patch \
18"
18 19
19inherit autotools texinfo 20inherit autotools texinfo
20 21