qt5: nodebug=yes on i686.
This commit is contained in:
parent
5c12a383ae
commit
8a3cc24d5a
@ -11,6 +11,9 @@ distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/s
|
||||
checksum=76a95cf6c1503290f75a641aa25079cd0c5a8fcd7cff07ddebff80a955b07de7
|
||||
|
||||
nocross=yes
|
||||
if [ "${XBPS_MACHINE%%-musl}" = i686 ]; then
|
||||
nodebug=yes # prevent OOM
|
||||
fi
|
||||
hostmakedepends="flex ruby gperf python perl pkg-config"
|
||||
makedepends="
|
||||
libressl-devel libpng-devel MesaLib-devel libXrender-devel unixodbc-devel
|
||||
|
Loading…
Reference in New Issue
Block a user