harfbuzz: security bump to version 1.4.4
[buildroot-gz.git] / package / libtasn1 / 0001-configure-don-t-add-Werror-to-build-flags.patch
blob387ba7aa3b5a649f79dbcfe004d789c00d416008
1 From dd091c8af163213e12aa92f61bc4916e0f102633 Mon Sep 17 00:00:00 2001
2 From: Nikos Mavrogiannopoulos <nmav@redhat.com>
3 Date: Tue, 26 Jul 2016 08:45:33 +0200
4 Subject: [PATCH] configure: don't add -Werror to build flags
6 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
7 ---
8 Patch status: upstream
10 configure.ac | 2 --
11 1 file changed, 2 deletions(-)
13 diff --git a/configure.ac b/configure.ac
14 index 7a14e04..066f5fe 100644
15 --- a/configure.ac
16 +++ b/configure.ac
17 @@ -70,8 +70,6 @@ AC_ARG_ENABLE([gcc-warnings],
20 if test "$gl_gcc_warnings" = yes; then
21 - gl_WARN_ADD([-Werror], [WERROR_CFLAGS])
23 nw="$nw -Wsystem-headers" # Don't let system headers trigger warnings
24 nw="$nw -Wc++-compat" # We don't care strongly about C++ compilers
25 nw="$nw -Wtraditional" # Warns on #elif which we use often
26 --
27 2.7.3