From f073466c228b5ff3b684f50157bd0168867227a6 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 20 Nov 2016 07:12:57 +0000 Subject: [PATCH] postgresql: temporary broken --- srcpkgs/postgresql/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/postgresql/template b/srcpkgs/postgresql/template index f179f43dfda..ae802d1938d 100644 --- a/srcpkgs/postgresql/template +++ b/srcpkgs/postgresql/template @@ -34,6 +34,10 @@ if [ "$CROSS_BUILD" ]; then configure_args+=" --without-perl --without-python --without-tcl" fi +case "$XBPS_TARGET_MACHINE" in + aarch64*) broken="needs host libxml2 update";; +esac + pre_build() { # http://www.postgresql.org/docs/9.3/static/docguide-toolsets.html export SGML_CATALOG_FILES="/usr/share/sgml/openjade/catalog:/usr/share/sgml/iso8879/catalog:/usr/share/sgml/docbook/dsssl/modular/catalog:/usr/share/sgml/docbook/4.2/catalog"