pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/firefox



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Jan 23 15:45:48 UTC 2019

Modified Files:
        pkgsrc/www/firefox: Makefile

Log Message:
firefox: Remove -pie on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.354 -r1.355 pkgsrc/www/firefox/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/firefox/Makefile
diff -u pkgsrc/www/firefox/Makefile:1.354 pkgsrc/www/firefox/Makefile:1.355
--- pkgsrc/www/firefox/Makefile:1.354   Thu Jan 10 13:37:40 2019
+++ pkgsrc/www/firefox/Makefile Wed Jan 23 15:45:48 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.354 2019/01/10 13:37:40 ryoon Exp $
+# $NetBSD: Makefile,v 1.355 2019/01/23 15:45:48 jperkin Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            64.0
@@ -41,6 +41,7 @@ ALL_ENV+=             MOZILLA_PKG_NAME=firefox
 # Avoid ld "invalid section index" errors.
 BUILDLINK_TRANSFORM.SunOS+=    rm:-fdata-sections
 BUILDLINK_TRANSFORM.SunOS+=    rm:-ffunction-sections
+BUILDLINK_TRANSFORM.SunOS+=    rm:-pie
 
 SUBST_CLASSES+=                        dfly_malloc_h
 SUBST_STAGE.dfly_malloc_h=     pre-configure



Home | Main Index | Thread Index | Old Index