From f6b99b17aadb18df28e9fa14bacde61484087b0a Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Wed, 4 Mar 2015 14:52:45 +0100 Subject: [PATCH] firefox: add --enable-pie. --- srcpkgs/firefox/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template index 8c7946b9cc2..359e3b63ab5 100644 --- a/srcpkgs/firefox/template +++ b/srcpkgs/firefox/template @@ -1,14 +1,14 @@ # Template build file for 'firefox'. pkgname=firefox version=36.0 -revision=1 +revision=2 wrksrc="mozilla-release" short_desc="Lightweight gecko-based web browser" maintainer="Juan RP " homepage="https://www.mozilla.org/firefox/" license="MPL-1.1, GPL-2, LGPL-2.1" distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.bz2" -checksum=54c8e44b773c0cae885b2be0dc7d2421d2050206cdb0f00d376492d7cf9d5b20 +checksum=d1db20e5c9674ccc9c463ac3d52c9e8e465eef4b01c822a166458a7d0d5b4cf2 lib32disabled=yes @@ -59,7 +59,7 @@ do_configure() { --with-nss-prefix=${XBPS_CROSS_BASE}/usr ${cross_args} \ --with-google-api-keyfile="${wrksrc}/google-api-key" \ --enable-optimize="$CFLAGS" --disable-strip --disable-install-strip \ - --disable-static + --disable-static --enable-pie } do_build() { cd xbps-build