[Bug 259446] devel/binutils: configure with --enable-new-dtags

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 25 Oct 2021 21:33:18 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259446

            Bug ID: 259446
           Summary: devel/binutils: configure with --enable-new-dtags
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: tijl@FreeBSD.org
                CC: jflopezfernandez@gmail.com
             Flags: maintainer-feedback?(jflopezfernandez@gmail.com)
                CC: jflopezfernandez@gmail.com

Created attachment 229031
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=229031&action=edit
patch

Binutils ld currently doesn't use new dtags by default, unlike LLVM ld.  This
patch adds the --enable-new-dtags configure flag for FreeBSD targets.  This
makes binutils ld use DT_RUNPATH instead of DT_RPATH by default.  The
difference between the two is explained in the rtld man page.

-- 
You are receiving this mail because:
You are the assignee for the bug.