From 03b14e01608c4db42de48edff63604cdc617f2cc Mon Sep 17 00:00:00 2001 From: Johannes Date: Thu, 13 Jun 2019 23:22:36 +0200 Subject: [PATCH] phantomjs: nodebug on i686 --- srcpkgs/phantomjs/template | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/srcpkgs/phantomjs/template b/srcpkgs/phantomjs/template index 2cac179693a..7d781fcb8f2 100644 --- a/srcpkgs/phantomjs/template +++ b/srcpkgs/phantomjs/template @@ -16,6 +16,12 @@ checksum=cc81249eaa059cc138414390cade9cb6509b9d6fa0df16f4f43de70b174b3bfe nopie=yes nocross=yes +case $XBPS_MACHINE in + i686*) # /usr/bin/ld: final link failed: memory exhausted + nodebug=yes + ;; +esac + do_configure() { sed -e "s|-O2|${CXXFLAGS}|" \ -i src/qt/qtbase/mkspecs/common/{g++,gcc}-base.conf