pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/bird



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Dec 27 09:53:49 UTC 2021

Modified Files:
        pkgsrc/net/bird: Makefile.common

Log Message:
bird: incompatible with MKPIE


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/bird/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/bird/Makefile.common
diff -u pkgsrc/net/bird/Makefile.common:1.10 pkgsrc/net/bird/Makefile.common:1.11
--- pkgsrc/net/bird/Makefile.common:1.10        Sun Jan 26 17:31:48 2020
+++ pkgsrc/net/bird/Makefile.common     Mon Dec 27 09:53:49 2021
@@ -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



Home | Main Index | Thread Index | Old Index