pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross Don't build bfd-crunchide and bfd-mdsetimage as ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/762f278e84a3
branches:  trunk
changeset: 426228:762f278e84a3
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Mar 29 00:58:31 2020 +0000

description:
Don't build bfd-crunchide and bfd-mdsetimage as PIE, they link against a
static library.

diffstat:

 cross/bfd-crunchide/files/Makefile  |  3 ++-
 cross/bfd-mdsetimage/files/Makefile |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 462198c97a80 -r 762f278e84a3 cross/bfd-crunchide/files/Makefile
--- a/cross/bfd-crunchide/files/Makefile        Sat Mar 28 20:39:50 2020 +0000
+++ b/cross/bfd-crunchide/files/Makefile        Sun Mar 29 00:58:31 2020 +0000
@@ -1,9 +1,10 @@
-#      $NetBSD: Makefile,v 1.1.1.1 1999/12/20 05:57:40 sakamoto Exp $
+#      $NetBSD: Makefile,v 1.2 2020/03/29 00:58:31 joerg Exp $
 
 PROG=   crunchide
 SRCS=  crunchide.c
 #MAN=  crunchide.1
 MKMAN= no
+MKPIE= no
 
 BINDIR=        ${PREFIX}/bin
 
diff -r 462198c97a80 -r 762f278e84a3 cross/bfd-mdsetimage/files/Makefile
--- a/cross/bfd-mdsetimage/files/Makefile       Sat Mar 28 20:39:50 2020 +0000
+++ b/cross/bfd-mdsetimage/files/Makefile       Sun Mar 29 00:58:31 2020 +0000
@@ -1,9 +1,10 @@
-#      $NetBSD: Makefile,v 1.1.1.1 1999/12/20 05:58:34 sakamoto Exp $
+#      $NetBSD: Makefile,v 1.2 2020/03/29 00:58:31 joerg Exp $
 
 PROG=  mdsetimage
 SRCS=  mdsetimage.c
 #MAN=  mdsetimage.8
 MKMAN= no
+MKPIE= no
 
 BINDIR=        ${PREFIX}/bin
 



Home | Main Index | Thread Index | Old Index