comms/birda: Fix build with default PIE.
PIE with static libraries is currently unsupported in FreeBSD, which results in multiple errors when building with PIE. Explicitly disable PIE for now. PR: 253275 Submitted by: Dawid Gorecki <dgr@semihalf.com> Approved by: mjl@luckie.org.nz (maintainer) Differential Revision: https://reviews.freebsd.org/D28867
This commit is contained in:
@@ -11,6 +11,9 @@ COMMENT= Bohlin's IrDA utilities, ported from NetBSD's pkgsrc
|
||||
|
||||
USES= uidfix
|
||||
|
||||
# XXX Static libraries with PIE are currently unsupported.
|
||||
MAKE_ENV+= WITHOUT_PIE=true
|
||||
|
||||
# Fix build with clang11
|
||||
CFLAGS+= -fcommon
|
||||
|
||||
|
||||
Reference in New Issue
Block a user