diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-22 12:06:38 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-22 12:06:38 -0200 |
commit | 48f162d6627ef7511b97c1bbbfdcdd279c9d8583 (patch) | |
tree | db8c8f83b41ea79bcfcdbf1b7bb4c3b3a63f4bdf /libre/iceweasel-libre/PKGBUILD | |
parent | 29e00823021242ee5a12102cfe536079024abfcd (diff) | |
download | abslibre-48f162d6627ef7511b97c1bbbfdcdd279c9d8583.tar.gz abslibre-48f162d6627ef7511b97c1bbbfdcdd279c9d8583.tar.bz2 abslibre-48f162d6627ef7511b97c1bbbfdcdd279c9d8583.zip |
iceweasel-libre-19.0.1-3: adding MOZ_MAKE_FLAGS export line
Diffstat (limited to 'libre/iceweasel-libre/PKGBUILD')
-rw-r--r-- | libre/iceweasel-libre/PKGBUILD | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/libre/iceweasel-libre/PKGBUILD b/libre/iceweasel-libre/PKGBUILD index 8da5d4bdf..c571352f4 100644 --- a/libre/iceweasel-libre/PKGBUILD +++ b/libre/iceweasel-libre/PKGBUILD @@ -73,12 +73,14 @@ build() { ln -s /usr/bin/python2 "$srcdir/python2-path/python" export PATH="$srcdir/python2-path:$PATH" + export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/$_pkgname" + export PYTHON="/usr/bin/python2" + export QUILT_PATCHES=debian/patches export QUILT_REFRESH_ARGS='-p ab --no-timestamps --no-index' export QUILT_DIFF_ARGS='--no-timestamps' - export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/$_pkgname" - export PYTHON="/usr/bin/python2" export DEBIAN_BUILD="mozilla-release" + mv debian "$srcdir/$DEBIAN_BUILD" cd "$srcdir/$DEBIAN_BUILD" @@ -146,6 +148,9 @@ build() { if $_pgo; then export MOZ_PGO=1 export DISPLAY=:99 + export MOZ_MAKE_FLAGS="$MAKEFLAGS" + unset MAKEFLAGS + Xvfb -nolisten tcp -extension GLX -screen 0 1280x1024x24 $DISPLAY & _fail=0 |