Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Mar 2018 21:42:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 221807] audio/oss: port passes $LDFLAGS to direct linker invocation, not compiler driver
Message-ID:  <bug-221807-13-82yc3qKCTz@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-221807-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-221807-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221807

--- Comment #2 from commit-hook@freebsd.org ---
A commit references this bug:

Author: emaste
Date: Tue Mar 27 21:42:09 UTC 2018
New revision: 465763
URL: https://svnweb.freebsd.org/changeset/ports/465763

Log:
  audio/oss: set LLD_UNSAFE to link using ld.bfd

  This port fails when attempting to link with lld as the system linker.
  It passes -fPIC to the linker, which is actually a compiler flag.
  ld.bfd accepts the flag but it results in a bogus DT_AUXILIARY entry
  in the ouptut:

  Dynamic section at offset 0x5000 contains 15 entries:
    Tag                Type                  Name/Value
   0x000000007ffffffd AUXILIARY            Auxiliary library: [PIC]

  PR:           221807
  Approved by:  portmgr (LLD_UNSAFE blanket)
  Sponsored by: The FreeBSD Foundation

Changes:
  head/audio/oss/Makefile

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221807-13-82yc3qKCTz>