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:
Kevin Bowling
2021-02-22 23:57:48 +00:00
parent 65056eaf6b
commit 5be34e8c4f

View File

@@ -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