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/liblegacy vax-inate (does no...
details: https://anonhg.NetBSD.org/src/rev/5ae30c848879
branches: trunk
changeset: 375891:5ae30c848879
user: christos <christos%NetBSD.org@localhost>
date: Fri May 19 18:45:52 2023 +0000
description:
vax-inate (does not have _pic, .a is pic)
diffstat:
crypto/external/bsd/openssl/lib/liblegacy/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 87b257d06322 -r 5ae30c848879 crypto/external/bsd/openssl/lib/liblegacy/Makefile
--- a/crypto/external/bsd/openssl/lib/liblegacy/Makefile Fri May 19 16:14:00 2023 +0000
+++ b/crypto/external/bsd/openssl/lib/liblegacy/Makefile Fri May 19 18:45:52 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/05/17 19:09:42 christos Exp $
+# $NetBSD: Makefile,v 1.5 2023/05/19 18:45:52 christos Exp $
# RCSid:
# Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -76,7 +76,11 @@ libinstall::
LDFLAGS+=-Wl,--version-script=${.CURDIR}/${LIB}.map
+.if ${MKPICLIB} == "yes"
LIBDPLIBS+= common_pic ${.CURDIR}/../libcommon
+.else
+LIBDPLIBS+= common ${.CURDIR}/../libcommon
+.endif
LIBDPLIBS+= crypto ${.CURDIR}/../libcrypto
.include <bsd.lib.mk>
Home |
Main Index |
Thread Index |
Old Index