[arch-commits] Commit in firefox/trunk (PKGBUILD)

Jan Steffens heftig at nymeria.archlinux.org
Wed Sep 18 03:46:04 UTC 2013


    Date: Wednesday, September 18, 2013 @ 05:46:03
  Author: heftig
Revision: 194536

Reorder deps; add inetutils (hostname is called during build, and recorded); add gold linker, but keep commented for now

Modified:
  firefox/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-17 17:22:24 UTC (rev 194535)
+++ PKGBUILD	2013-09-18 03:46:03 UTC (rev 194536)
@@ -10,10 +10,11 @@
 license=('MPL' 'GPL' 'LGPL')
 url="https://www.mozilla.org/firefox/"
 depends=('gtk2' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
-         'dbus-glib' 'alsa-lib' 'libvpx' 'libevent' 'nss' 'hunspell' 'sqlite'
-          'libnotify' 'desktop-file-utils' 'hicolor-icon-theme')
+         'dbus-glib' 'alsa-lib' 'desktop-file-utils' 'hicolor-icon-theme'
+         'libvpx' 'libevent' 'nss' 'hunspell' 'sqlite')
 makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake'
-             'xorg-server-xvfb' 'libpulse' 'gstreamer0.10-base')
+             'xorg-server-xvfb' 'libpulse' 'gstreamer0.10-base'
+             'inetutils')
 optdepends=('networkmanager: Location detection via available WiFi networks'
             'gstreamer0.10-base-plugins: vorbis decoding, ogg demuxing'
             'gstreamer0.10-bad-plugins: aac, vp8 and opus decoding'
@@ -58,6 +59,9 @@
   # WebRTC build tries to execute "python" and expects Python 2
   ln -s /usr/bin/python2 "$srcdir/path/python"
 
+  # Use gold, as Mozilla can use some of its features, such as safe ICF
+  #ln -s /usr/bin/ld.gold "$srcdir/path/ld"
+
   # configure script misdetects the preprocessor without an optimization level
   # https://bugs.archlinux.org/task/34644
   sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' configure




More information about the arch-commits mailing list