tools: pkg-config: fix build with GCC 6
authorluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 10 May 2016 22:36:51 +0000 (22:36 +0000)
committerluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 10 May 2016 22:36:51 +0000 (22:36 +0000)
commitbd9b69103585ee7781486ca25c01f56c3b471ede
tree45ae163474388470950f4133aefa714b7bee7d2e
parent84ccd80515fa59e68f0504fc277b782c2d7d5885
tools: pkg-config: fix build with GCC 6

Fixes the following error:

gdate.c: In function ‘g_date_strftime’:
gdate.c:2497:7: error: format not a string literal, format string not checked [-Werror=format-nonliteral]
       tmplen = strftime (tmpbuf, tmpbufsize, locale_format, &tm);
       ^~~~~~

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49342 3c298f89-4303-0410-b956-a3cf2f4a3e73
tools/pkg-config/patches/001-glib-gdate-suppress-string-format-literal-warning.patch [new file with mode: 0644]