bamf: get rid of -Werror breaking build

[ci skip]
This commit is contained in:
q66 2019-12-03 00:50:20 +01:00 committed by Helmut Pozimski
parent bdbbf00584
commit 8826e48638

View file

@ -21,6 +21,7 @@ build_options_default="gir vala"
pre_configure() {
sed -i configure -e 's;if !($PYTHON -c "import libxslt, libxml2" 2> /dev/null);if false;'
sed -i configure -e '/CFLAGS=/s/ \-Werror / /'
}
post_install() {