From 5c23a1a7fdf1377a58cb25b23d8d407abeabb896 Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Mon, 29 Jun 2020 19:14:25 +0000 Subject: Update to 0.5.4 Pass maintainership to submitter PR: 243490 Submitted by: Olivier Duchateau --- sysutils/bamf/files/patch-configure | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'sysutils/bamf/files/patch-configure') diff --git a/sysutils/bamf/files/patch-configure b/sysutils/bamf/files/patch-configure index ce89b2311b6f..eaea4dd11aec 100644 --- a/sysutils/bamf/files/patch-configure +++ b/sysutils/bamf/files/patch-configure @@ -1,11 +1,24 @@ ---- configure.orig 2016-08-25 15:18:48 UTC +--- configure.orig 2018-11-07 22:39:51 UTC +++ configure -@@ -15233,7 +15233,7 @@ rm -f core conftest.err conftest.$ac_obj +@@ -14653,10 +14653,10 @@ fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gtester2xunit dependencies" >&5 + $as_echo_n "checking for gtester2xunit dependencies... " >&6; } +-if !($PYTHON -c "import libxslt, libxml2" 2> /dev/null); then ++if !($PYTHON -c "import lxml" 2> /dev/null); then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + $as_echo "no" >&6; } +- as_fn_error $? "You need to install python-libxslt1 and python-libxml2" "$LINENO" 5; ++ as_fn_error $? "You need to install python-lxml" "$LINENO" 5; + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + $as_echo "yes" >&6; } +@@ -15374,7 +15374,7 @@ rm -f core conftest.err conftest.$ac_objext \ rm -f conf.gtktest --CFLAGS="$CFLAGS -Wall -Werror -Wempty-body -Wformat-security -Winit-self -Warray-bounds -Wimplicit-function-declaration -lm" -+CFLAGS="$CFLAGS -Wall -Wformat-security -Winit-self -Wimplicit-function-declaration" +-CFLAGS="$CFLAGS -Wall -Werror -Wno-error=deprecated-declarations -Wempty-body -Wformat-security -Winit-self -Warray-bounds -Wimplicit-function-declaration -lm" ++CFLAGS="$CFLAGS -Wall -Winit-self -Warray-bounds -Wimplicit-function-declaration" -- cgit v1.2.3