mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
phantomjs: nodebug on i686
This commit is contained in:
parent
c7c4a995b4
commit
03b14e0160
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue