[arch-commits] Commit in firefox/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sat Oct 1 11:21:52 UTC 2011
Date: Saturday, October 1, 2011 @ 07:21:52
Author: heftig
Revision: 139190
unforce LDFLAGS, remove unneeded PGO tweaks
Modified:
firefox/trunk/PKGBUILD
----------+
PKGBUILD | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-10-01 09:36:48 UTC (rev 139189)
+++ PKGBUILD 2011-10-01 11:21:52 UTC (rev 139190)
@@ -30,15 +30,9 @@
sed -i '/^PRE_RELEASE_SUFFIX := ""/s/ ""//' \
browser/base/Makefile.in
- export LDFLAGS="-Wl,-rpath,/usr/lib/firefox-7.0 -Wl,-O1,--sort-common,--hash-style=gnu,--as-needed"
+ export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/firefox-7.0"
export PYTHON="/usr/bin/python2"
- # PGO
- sed -i '/^NO_PROFILE_GUIDED_OPTIMIZE = 1$/d' \
- memory/jemalloc/Makefile.in
- echo 'LDFLAGS += -lX11 -lXrender' \
- >> layout/build/Makefile.in
-
LD_PRELOAD="" /usr/bin/Xvfb -nolisten tcp -extension GLX -screen 0 1280x1024x24 :99 &
LD_PRELOAD="" DISPLAY=:99 make -j1 -f client.mk profiledbuild MOZ_MAKE_FLAGS="$MAKEFLAGS"
kill $! || true
More information about the arch-commits
mailing list