python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / bellagio / 0001-drop-werror.patch
blob39baf421bba98bc66db9ef83e066c0ff08d7e76a
1 [PATCH] don't force -Werror in CFLAGS
3 Released software shouldn't get built with -Werror.
5 Signed-of-by: Peter Korsgaard <jacmet@sunsite.dk>
6 ---
7 configure.ac | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
10 Index: libomxil-bellagio-0.9.3/configure.ac
11 ===================================================================
12 --- libomxil-bellagio-0.9.3.orig/configure.ac
13 +++ libomxil-bellagio-0.9.3/configure.ac
14 @@ -5,7 +5,7 @@
15 AC_PREREQ([2.59])
17 AC_CONFIG_HEADERS([config.h])
18 -CFLAGS="${CFLAGS} -Wall -Werror"
19 +CFLAGS="${CFLAGS} -Wall"
21 ################################################################################
22 # Set the shared versioning info, according to section 6.3 of the libtool info #