Revert "postgresql: workaround aarch64* builder madness..."

This reverts commit 781e245313.
This commit is contained in:
Michael Gehring 2016-11-20 09:55:14 +00:00
parent fb6e357ce7
commit 983871a4f6

View file

@ -16,7 +16,7 @@ license="BSD"
distfiles="ftp://ftp.postgresql.org/pub/source/v${version}/${pkgname}-${version}.tar.bz2"
checksum=02c65290be74de6604c3fed87c9fd3e6b32e949f0ab8105a75bd7ed5aa71f394
hostmakedepends="libxml2 flex docbook docbook2x openjade"
hostmakedepends="flex docbook docbook2x openjade"
makedepends="libfl-devel readline-devel libressl-devel perl
tcl-devel python-devel libxml2-devel libxslt-devel pam-devel libuuid-devel"
conf_files="
@ -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"