summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-03-29 00:58:31 +0000
committerjoerg <joerg@pkgsrc.org>2020-03-29 00:58:31 +0000
commit86e58237e2ba7bd66923e2b927a47f4716d5025f (patch)
treefcd07d9a0e6ac33ae2488e260ee62f79932a51bf /cross
parent63e5d20ddcfd00b3d14179101192fff3ddd8fcf3 (diff)
downloadpkgsrc-86e58237e2ba7bd66923e2b927a47f4716d5025f.tar.gz
Don't build bfd-crunchide and bfd-mdsetimage as PIE, they link against a
static library.
Diffstat (limited to 'cross')
-rw-r--r--cross/bfd-crunchide/files/Makefile3
-rw-r--r--cross/bfd-mdsetimage/files/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/cross/bfd-crunchide/files/Makefile b/cross/bfd-crunchide/files/Makefile
index daabf47a8eb..e4d06b6d469 100644
--- a/cross/bfd-crunchide/files/Makefile
+++ b/cross/bfd-crunchide/files/Makefile
@@ -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 --git a/cross/bfd-mdsetimage/files/Makefile b/cross/bfd-mdsetimage/files/Makefile
index 978b086ccad..562b3c7a130 100644
--- a/cross/bfd-mdsetimage/files/Makefile
+++ b/cross/bfd-mdsetimage/files/Makefile
@@ -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