From ff9543e79fee804a866972e34575e9731d2cbcd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 19 Oct 2018 22:07:36 +0200 Subject: [PATCH] bamf: disable configure check for libxslt, libxml2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It fails for all architectures and seems to be wrong. Signed-off-by: Jürgen Buchmüller --- srcpkgs/bamf/template | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/srcpkgs/bamf/template b/srcpkgs/bamf/template index a1defc1e3d..30df9e55ec 100644 --- a/srcpkgs/bamf/template +++ b/srcpkgs/bamf/template @@ -20,10 +20,7 @@ if [ -z "$CROSS_BUILD" ]; then fi pre_configure() { - case "$XBPS_TARGET_MACHINE" in - i686-musl) # Checking for python libxslt and libxml2 fails - sed -i configure -e 's;if !($PYTHON -c "import libxslt, libxml2" 2> /dev/null);if false;' - esac + sed -i configure -e 's;if !($PYTHON -c "import libxslt, libxml2" 2> /dev/null);if false;' } bamf-devel_package() {