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:
parent
e354e73581
commit
ff9543e79f
1 changed files with 1 additions and 4 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue