diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-07-05 14:20:43 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-07-05 14:20:43 +0000 |
commit | d3187d04eb14a557b087c5396b24b92961c0b244 (patch) | |
tree | 4e0f8c4623bb34815c742d8c996c81a9e009ef10 /www | |
parent | 36e9c053cc733a7c9ca9a087feb2aa5ca2298cdc (diff) | |
download | pkgsrc-d3187d04eb14a557b087c5396b24b92961c0b244.tar.gz |
firefox: Disable PIE on SunOS.
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox/mozilla-common.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/firefox/mozilla-common.mk b/www/firefox/mozilla-common.mk index 21d66d804d8..392b7a02040 100644 --- a/www/firefox/mozilla-common.mk +++ b/www/firefox/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.109 2018/06/29 12:51:55 ryoon Exp $ +# $NetBSD: mozilla-common.mk,v 1.110 2018/07/05 14:20:43 jperkin Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -63,7 +63,9 @@ CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}browser/components/loop/run-all-loop-tests CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}browser/extensions/loop/run-all-loop-tests.sh CONFIGURE_ARGS+= --enable-default-toolkit=cairo-gtk3 +.if ${OPSYS} != "SunOS" CONFIGURE_ARGS+= --enable-pie +.endif CONFIGURE_ARGS+= --disable-tests CONFIGURE_ARGS+= --with-pthreads # Mozilla Bug 1432751 |