Module Name: src Committed By: christos Date: Thu Feb 8 22:51:06 UTC 2018
Modified Files: src/crypto/external/bsd/openssl/lib/libssl: Makefile Log Message: use the right map file To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/crypto/external/bsd/openssl/lib/libssl/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/libssl/Makefile diff -u src/crypto/external/bsd/openssl/lib/libssl/Makefile:1.7 src/crypto/external/bsd/openssl/lib/libssl/Makefile:1.8 --- src/crypto/external/bsd/openssl/lib/libssl/Makefile:1.7 Thu Feb 8 17:49:14 2018 +++ src/crypto/external/bsd/openssl/lib/libssl/Makefile Thu Feb 8 17:51:06 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2018/02/08 22:49:14 christos Exp $ +# $NetBSD: Makefile,v 1.8 2018/02/08 22:51:06 christos Exp $ # RCSid: # Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp @@ -54,7 +54,7 @@ update_inc: perl ${OPENSSLSRC}/extsrcs.pl 2> srcs.inc; \ patch -s ssl.inc < ssl.diff ) -LDFLAGS+=-Wl,--version-script=${.CURDIR}/crypto.map +LDFLAGS+=-Wl,--version-script=${.CURDIR}/ssl.map PKGCONFIG=libssl openssl .include "${.CURDIR}/../../pkgconfig.mk"