Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/openssl/lib make things build again.
details: https://anonhg.NetBSD.org/src/rev/96ff47ac4b6e
branches: trunk
changeset: 374666:96ff47ac4b6e
user: christos <christos%NetBSD.org@localhost>
date: Tue May 09 19:22:07 2023 +0000
description:
make things build again.
diffstat:
crypto/external/bsd/openssl/lib/libcrypto/Makefile | 5 ++++-
crypto/external/bsd/openssl/lib/libdefault/Makefile | 5 +++--
crypto/external/bsd/openssl/lib/libssl/Makefile | 5 ++++-
3 files changed, 11 insertions(+), 4 deletions(-)
diffs (71 lines):
diff -r d69becfba5c3 -r 96ff47ac4b6e crypto/external/bsd/openssl/lib/libcrypto/Makefile
--- a/crypto/external/bsd/openssl/lib/libcrypto/Makefile Tue May 09 17:22:43 2023 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/Makefile Tue May 09 19:22:07 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2023/05/08 19:14:28 christos Exp $
+# $NetBSD: Makefile,v 1.27 2023/05/09 19:22:07 christos Exp $
# RCSid:
# Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -45,6 +45,7 @@ CPPFLAGS+= -I${OPENSSLSRC}/crypto/modes
CPPFLAGS+= -I${OPENSSLSRC}/../include
+
CRYPTODIST= ${NETBSDSRCDIR}/crypto
OPENSSLINC= ${OPENSSLSRC}/include/openssl
@@ -55,6 +56,8 @@ OPENSSLINC= ${OPENSSLSRC}/include/openss
.include "srcs.inc"
.include "${.CURDIR}/../libdefault/srcs.inc"
CPPFLAGS+= -I${.CURDIR}/../libdefault
+CPPFLAGS+= -I${OPENSSLSRC}/providers/common/include
+CPPFLAGS+= -I${OPENSSLSRC}/providers/implementations/include
.PATH: ${.CURDIR}/../libdefault
.include "${.CURDIR}/../libcommon/srcs.inc"
.PATH: ${.CURDIR}/../libcommon
diff -r d69becfba5c3 -r 96ff47ac4b6e crypto/external/bsd/openssl/lib/libdefault/Makefile
--- a/crypto/external/bsd/openssl/lib/libdefault/Makefile Tue May 09 17:22:43 2023 +0000
+++ b/crypto/external/bsd/openssl/lib/libdefault/Makefile Tue May 09 19:22:07 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/05/08 14:30:33 christos Exp $
+# $NetBSD: Makefile,v 1.3 2023/05/09 19:22:07 christos Exp $
# RCSid:
# Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -43,7 +43,8 @@ CPPFLAGS+= -I${OPENSSLSRC}/include -I${O
CPPFLAGS+= -I${OPENSSLSRC}/crypto/asn1 -I${OPENSSLSRC}/crypto/evp
CPPFLAGS+= -I${OPENSSLSRC}/crypto/modes
CPPFLAGS+= -I${OPENSSLSRC}/../include
-
+CPPFLAGS+= -I${OPENSSLSRC}/providers/common/include
+CPPFLAGS+= -I${OPENSSLSRC}/providers/implementations/include
CRYPTODIST= ${NETBSDSRCDIR}/crypto
OPENSSLINC= ${OPENSSLSRC}/include/openssl
diff -r d69becfba5c3 -r 96ff47ac4b6e crypto/external/bsd/openssl/lib/libssl/Makefile
--- a/crypto/external/bsd/openssl/lib/libssl/Makefile Tue May 09 17:22:43 2023 +0000
+++ b/crypto/external/bsd/openssl/lib/libssl/Makefile Tue May 09 19:22:07 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2023/05/07 19:13:15 christos Exp $
+# $NetBSD: Makefile,v 1.13 2023/05/09 19:22:07 christos Exp $
# RCSid:
# Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -36,6 +36,8 @@ CRYPTODIST= ${NETBSDSRCDIR}/crypto
.PATH: ${OPENSSLSRC} ${OPENSSLSRC}/crypto/pqueue ${OPENSSLSRC}/include/openssl
.include "srcs.inc"
+.PATH: ${OPENSSLSRC}/crypto
+SRCS+= packet.c
LIBDPLIBS+=crypto ${.CURDIR}/../libcrypto
@@ -51,6 +53,7 @@ PKGCONFIG=libssl openssl
.include "${.CURDIR}/../../pkgconfig.mk"
+
GENH = \
ssl.h
Home |
Main Index |
Thread Index |
Old Index