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
@ -20,10 +20,7 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
sed -i configure -e 's;if !($PYTHON -c "import libxslt, libxml2" 2> /dev/null);if false;'
|
||||||
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
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bamf-devel_package() {
|
bamf-devel_package() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user