pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/bird bird: incompatible with MKPIE



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b064e5a3225
branches:  trunk
changeset: 771803:2b064e5a3225
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Dec 27 09:53:49 2021 +0000

description:
bird: incompatible with MKPIE

diffstat:

 net/bird/Makefile.common |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r a9a86cc24545 -r 2b064e5a3225 net/bird/Makefile.common
--- a/net/bird/Makefile.common  Mon Dec 27 09:45:40 2021 +0000
+++ b/net/bird/Makefile.common  Mon Dec 27 09:53:49 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2020/01/26 17:31:48 rillig Exp $
+# $NetBSD: Makefile.common,v 1.11 2021/12/27 09:53:49 nia Exp $
 # used by net/bird/Makefile
 # used by net/bird6/Makefile
 
@@ -15,6 +15,9 @@
 # Has hardcoded BSD/Linux support.
 NOT_FOR_PLATFORM=      SunOS-*-*
 
+# ld: -r and -pie may not be used together
+MKPIE_SUPPORTED=       no
+
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            gmake flex bison



Home | Main Index | Thread Index | Old Index