Module Name: src Committed By: riastradh Date: Fri Jun 28 21:15:55 UTC 2024
Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto: Makefile Log Message: libcrypto: Use VERSION_MAP, not explicit -Wl,--version-script. Fixes dependencies as in PR lib/58376. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 \ src/crypto/external/bsd/openssl/lib/libcrypto/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/crypto/external/bsd/openssl/lib/libcrypto/Makefile diff -u src/crypto/external/bsd/openssl/lib/libcrypto/Makefile:1.33 src/crypto/external/bsd/openssl/lib/libcrypto/Makefile:1.34 --- src/crypto/external/bsd/openssl/lib/libcrypto/Makefile:1.33 Sat May 27 20:51:22 2023 +++ src/crypto/external/bsd/openssl/lib/libcrypto/Makefile Fri Jun 28 21:15:55 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2023/05/27 20:51:22 hgutch Exp $ +# $NetBSD: Makefile,v 1.34 2024/06/28 21:15:55 riastradh Exp $ # RCSid: # Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp @@ -246,7 +246,7 @@ COPTS.eng_padlock.c = -Wno-stack-protect INCSDIR=/usr/include/openssl -LDFLAGS+=-Wl,--version-script=${.CURDIR}/crypto.map +VERSION_MAP= ${.CURDIR}/crypto.map PKGCONFIG=libcrypto .include "${.CURDIR}/../../pkgconfig.mk"