pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox firefox: Disable PIE on SunOS.
details: https://anonhg.NetBSD.org/pkgsrc/rev/cead91d5fb0a
branches: trunk
changeset: 382492:cead91d5fb0a
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Thu Jul 05 14:20:43 2018 +0000
description:
firefox: Disable PIE on SunOS.
diffstat:
www/firefox/mozilla-common.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r ed8f57054c2b -r cead91d5fb0a www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk Thu Jul 05 13:13:54 2018 +0000
+++ b/www/firefox/mozilla-common.mk Thu Jul 05 14:20:43 2018 +0000
@@ -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/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
Home |
Main Index |
Thread Index |
Old Index