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/e9fcaef9225f
branches: trunk
changeset: 414487:e9fcaef9225f
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 e6ee3e6567e4 -r e9fcaef9225f 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 e6ee3e6567e4 -r e9fcaef9225f 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