Module Name: src
Committed By: joerg
Date: Fri Aug 10 04:30:47 UTC 2012
Modified Files:
src/lib/libcrypt: Makefile
Log Message:
crypt-sha1.c flags apply to all compilers in the tree, drop conditional.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/lib/libcrypt/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libcrypt/Makefile
diff -u src/lib/libcrypt/Makefile:1.23 src/lib/libcrypt/Makefile:1.24
--- src/lib/libcrypt/Makefile:1.23 Wed Mar 21 05:37:42 2012
+++ src/lib/libcrypt/Makefile Fri Aug 10 04:30:47 2012
@@ -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 @@ LDSTATIC?= -static
.include <bsd.lib.mk>
.endif
-.if defined(HAVE_GCC) || defined(HAVE_PCC)
COPTS.crypt-sha1.c+= -Wno-pointer-sign
-.endif