harfbuzz: bump version to 1.4.5
[buildroot-gz.git] / package / tpm-tools / 0002-configure.in-remove-Werror.patch
blobc101a9517f3ea1c4f54d42478a8554f2db9182e1
1 From b060873f444d79f3f5aa388427cb1ede6665834a Mon Sep 17 00:00:00 2001
2 From: Kent Yoder <key@linux.vnet.ibm.com>
3 Date: Mon, 5 Nov 2012 14:58:31 -0600
4 Subject: [PATCH] configure.in: remove -Werror
6 Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com>
7 Signed-off-by: Noe Rubinstein <nrubinstein@aldebaran.com>
8 ---
9 configure.in | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
12 diff --git a/configure.in b/configure.in
13 index da170d0..0f175be 100644
14 --- a/configure.in
15 +++ b/configure.in
16 @@ -138,7 +138,7 @@ AC_TYPE_SIZE_T
17 AC_TYPE_SIGNAL
18 AC_TYPE_UID_T
20 -CFLAGS="$CFLAGS -Wall -Werror -Wreturn-type -Wsign-compare"
21 +CFLAGS="$CFLAGS -Wall -Wreturn-type -Wsign-compare"
23 AC_CONFIG_FILES(./Makefile \
24 po/Makefile.in \
25 --
26 2.1.4