pkgsrc-WIP-changes archive

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

webkit-gtk: Remove USE_LD_GOLD



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun May 29 17:57:55 2022 +0200
Changeset:	e37c47095dd39f82634953546a9ecd35a345aa19

Modified Files:
	webkit-gtk/Makefile

Log Message:
webkit-gtk: Remove USE_LD_GOLD

The option was removed, if gold is accidentally picked up it should be
re-investigate how to re-disable it.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e37c47095dd39f82634953546a9ecd35a345aa19

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

diffstat:
 webkit-gtk/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diffs:
diff --git a/webkit-gtk/Makefile b/webkit-gtk/Makefile
index 2f53e4bb90..8d714585a3 100644
--- a/webkit-gtk/Makefile
+++ b/webkit-gtk/Makefile
@@ -39,10 +39,6 @@ USE_PKGSRC_GCC=		yes
 USE_PKGSRC_GCC_RUNTIME=	yes
 .endif
 
-# Using ld.gold subverts Pkgsrc wrappers, and this package also crashes buggy
-# versions of ld.gold.
-CMAKE_ARGS+=	-DUSE_LD_GOLD=OFF
-
 PKGCONFIG_OVERRIDE+=	Source/JavaScriptCore/javascriptcoregtk.pc.in
 PKGCONFIG_OVERRIDE+=	Source/WebKit/gtk/webkit2gtk-web-extension.pc.in
 PKGCONFIG_OVERRIDE+=	Source/WebKit/gtk/webkit2gtk.pc.in


Home | Main Index | Thread Index | Old Index