mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
postgresql: temporary broken
This commit is contained in:
parent
9d3e3151c5
commit
f073466c22
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" --without-perl --without-python --without-tcl"
|
configure_args+=" --without-perl --without-python --without-tcl"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
aarch64*) broken="needs host libxml2 update";;
|
||||||
|
esac
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# http://www.postgresql.org/docs/9.3/static/docguide-toolsets.html
|
# 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"
|
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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue