pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Mar 29 00:58:31 UTC 2020

Modified Files:
        pkgsrc/cross/bfd-crunchide/files: Makefile
        pkgsrc/cross/bfd-mdsetimage/files: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/cross/bfd-crunchide/files/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/cross/bfd-mdsetimage/files/Makefile

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

Modified files:

Index: pkgsrc/cross/bfd-crunchide/files/Makefile
diff -u pkgsrc/cross/bfd-crunchide/files/Makefile:1.1.1.1 pkgsrc/cross/bfd-crunchide/files/Makefile:1.2
--- pkgsrc/cross/bfd-crunchide/files/Makefile:1.1.1.1   Mon Dec 20 05:57:40 1999
+++ pkgsrc/cross/bfd-crunchide/files/Makefile   Sun Mar 29 00:58:31 2020
@@ -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
 

Index: pkgsrc/cross/bfd-mdsetimage/files/Makefile
diff -u pkgsrc/cross/bfd-mdsetimage/files/Makefile:1.1.1.1 pkgsrc/cross/bfd-mdsetimage/files/Makefile:1.2
--- pkgsrc/cross/bfd-mdsetimage/files/Makefile:1.1.1.1  Mon Dec 20 05:58:34 1999
+++ pkgsrc/cross/bfd-mdsetimage/files/Makefile  Sun Mar 29 00:58:31 2020
@@ -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