Commit 217e9623 authored by Julien Muchembled's avatar Julien Muchembled

re6st: fix build of gettext

Since debian/compat is increased to 9, stricter flags are used for compilation.

With default dpkg-buildflags, gettext fails to build as follows:

libcroco/cr-statement.c: In function 'cr_statement_dump_ruleset':
libcroco/cr-statement.c:2610:17: error: format not a string literal and no format arguments [-Werror=format-security]
                 fprintf (a_fp, str);
                 ^
parent d8b44c4e
......@@ -23,7 +23,7 @@ pointing to it. For example, the vifib test directory::
And whenever you want to push updates::
A$ ./make osc
A$ (cd osc; osc commit)
A$ (cd osc && osc commit)
Warning about SlapOS updates
----------------------------
......
......@@ -2,6 +2,9 @@
# -*- makefile -*-
#export DH_VERBOSE=1
# WKRD: gettext
export DEB_BUILD_MAINT_OPTIONS = hardening=-format
include debian/common.mk
override_dh_auto_install:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment