postgresql: unbreak aarch64

This commit is contained in:
Michael Gehring 2016-11-20 12:26:50 +00:00
parent ce3a41dea9
commit 412601ba6c

View file

@ -34,10 +34,6 @@ 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"