artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
781ff29
)
Backout -Wshadow, it breaks build on powerpc64.
author
bluhm
<bluhm@openbsd.org>
Sun, 7 May 2023 12:47:48 +0000
(12:47 +0000)
committer
bluhm
<bluhm@openbsd.org>
Sun, 7 May 2023 12:47:48 +0000
(12:47 +0000)
lib/libcrypto/Makefile
patch
|
blob
|
history
diff --git
a/lib/libcrypto/Makefile
b/lib/libcrypto/Makefile
index
be167a9
..
7f19369
100644
(file)
--- a/
lib/libcrypto/Makefile
+++ b/
lib/libcrypto/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.12
7 2023/05/05 21:23:02 tb
Exp $
+# $OpenBSD: Makefile,v 1.12
8 2023/05/07 12:47:48 bluhm
Exp $
LIB= crypto
LIBREBUILD=y
@@
-16,7
+16,7
@@
LCRYPTO_SRC= ${.CURDIR}
CFLAGS+= -Wall -Wundef
.if ${COMPILER_VERSION:L} == "clang"
-CFLAGS+= -Werror
-Wshadow
+CFLAGS+= -Werror
.endif
CFLAGS+= -DLIBRESSL_INTERNAL -DLIBRESSL_CRYPTO_INTERNAL
.ifdef NAMESPACE