bamf: disable configure check for libxslt, libxml2

It fails for all architectures and seems to be wrong.

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-10-19 22:07:36 +02:00
parent e354e73581
commit ff9543e79f
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
1 changed files with 1 additions and 4 deletions

View File

@ -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() {