aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorKevin Bowling <kbowling@FreeBSD.org>2021-02-22 23:57:48 +0000
committerKevin Bowling <kbowling@FreeBSD.org>2021-02-22 23:57:48 +0000
commit5be34e8c4f33be6dc91b14e9292fe8bc0560be98 (patch)
tree998ae0325180ac54b83d91ea9e7136e70f37cdca /comms
parent65056eaf6bb7add0ee3acb56b1c2d9ab7af48b5a (diff)
downloadports-5be34e8c4f33be6dc91b14e9292fe8bc0560be98.tar.gz
ports-5be34e8c4f33be6dc91b14e9292fe8bc0560be98.zip
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
Notes
Notes: svn path=/head/; revision=566349
Diffstat (limited to 'comms')
-rw-r--r--comms/birda/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/comms/birda/Makefile b/comms/birda/Makefile
index db2d3553c982..f6279373ba2d 100644
--- a/comms/birda/Makefile
+++ b/comms/birda/Makefile
@@ -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