FreeBSD Bugzilla – Attachment 229031 Details for
Bug 259446
devel/binutils: configure with --enable-new-dtags
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
binutils-dtags.patch (text/plain), 1.09 KB, created by
Tijl Coosemans
on 2021-10-25 21:33:18 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Tijl Coosemans
Created:
2021-10-25 21:33:18 UTC
Size:
1.09 KB
patch
obsolete
>From e3eaa39c571481149aa5f27e53d14183a03ec6f7 Mon Sep 17 00:00:00 2001 >From: Tijl Coosemans <tijl@FreeBSD.org> >Date: Mon, 25 Oct 2021 18:33:09 +0200 >Subject: [PATCH] devel/binutils: configure with --enable-new-dtags > >This makes binutils ld use DT_RUNPATH instead of DT_RPATH by default >for FreeBSD targets and brings it in line with LLVM ld. >--- > devel/binutils/Makefile | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > >diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile >index 9115eca8aa34..93b472d58071 100644 >--- a/devel/binutils/Makefile >+++ b/devel/binutils/Makefile >@@ -2,7 +2,7 @@ > > PORTNAME= binutils > PORTVERSION= 2.37 >-PORTREVISION= 1 >+PORTREVISION= 2 > PORTEPOCH?= 1 > CATEGORIES?= devel > MASTER_SITES= SOURCEWARE/binutils/releases >@@ -115,6 +115,11 @@ PLIST_SUB+= GOLD="" > PLIST_SUB+= GOLD="@comment " > .endif > >+.if (${FLAVOR} == native && ${OPSYS} == FreeBSD) || \ >+ (${FLAVOR} != native && ${BUTARGET:M*freebsd*}) >+CONFIGURE_ARGS+= --enable-new-dtags >+.endif >+ > .if ${ARCH} == amd64 > CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} > .elif ${ARCH} == powerpcspe >-- >2.33.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 259446
: 229031