Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libcrypt crypt-sha1.c flags apply to all compilers in th...
details: https://anonhg.NetBSD.org/src/rev/8e3db477ab96
branches: trunk
changeset: 780865:8e3db477ab96
user: joerg <joerg%NetBSD.org@localhost>
date: Fri Aug 10 04:30:47 2012 +0000
description:
crypt-sha1.c flags apply to all compilers in the tree, drop conditional.
diffstat:
lib/libcrypt/Makefile | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (16 lines):
diff -r 072c6ca6e337 -r 8e3db477ab96 lib/libcrypt/Makefile
--- a/lib/libcrypt/Makefile Fri Aug 10 02:53:09 2012 +0000
+++ b/lib/libcrypt/Makefile Fri Aug 10 04:30:47 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2012/03/21 05:37:42 matt Exp $
+# $NetBSD: Makefile,v 1.24 2012/08/10 04:30:47 joerg Exp $
USE_SHLIBDIR= yes
@@ -25,6 +25,4 @@
.include <bsd.lib.mk>
.endif
-.if defined(HAVE_GCC) || defined(HAVE_PCC)
COPTS.crypt-sha1.c+= -Wno-pointer-sign
-.endif
Home |
Main Index |
Thread Index |
Old Index