summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--development/phantomjs/phantomjs.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/development/phantomjs/phantomjs.SlackBuild b/development/phantomjs/phantomjs.SlackBuild
index 635afac56f..2c8f0a9458 100644
--- a/development/phantomjs/phantomjs.SlackBuild
+++ b/development/phantomjs/phantomjs.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=phantomjs
VERSION=1.6.1
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -69,6 +69,9 @@ chmod -R u+w,go+r-w,a-s .
sed -i "s|-j\$COMPILE_JOBS||" src/qt/preconfig.sh
sed -i "s|export MAKEFLAGS=||" src/qt/preconfig.sh
+# Don't use unsupported -fuse-ld=gold flag
+sed -i "6,11d" src/qt/src/3rdparty/webkit/Source/common.pri
+
cd src/qt
./preconfig.sh