bird: incompatible with MKPIE
This commit is contained in:
parent
6f1f96dbf5
commit
c1860ecee1
1 changed files with 4 additions and 1 deletions
|
@ -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 @@ LICENSE= gnu-gpl-v2
|
|||
# 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
|
||||
|
|
Loading…
Reference in a new issue