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/libssl use the right map file



details:   https://anonhg.NetBSD.org/src/rev/55b2e966e8d8
branches:  trunk
changeset: 829706:55b2e966e8d8
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Feb 08 22:51:06 2018 +0000

description:
use the right map file

diffstat:

 crypto/external/bsd/openssl/lib/libssl/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 579f15af314a -r 55b2e966e8d8 crypto/external/bsd/openssl/lib/libssl/Makefile
--- a/crypto/external/bsd/openssl/lib/libssl/Makefile   Thu Feb 08 22:49:14 2018 +0000
+++ b/crypto/external/bsd/openssl/lib/libssl/Makefile   Thu Feb 08 22:51:06 2018 +0000
@@ -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 @@
                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"



Home | Main Index | Thread Index | Old Index