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 use the pic version of the c...
details: https://anonhg.NetBSD.org/src/rev/c74d08e0a180
branches: trunk
changeset: 375852:c74d08e0a180
user: christos <christos%NetBSD.org@localhost>
date: Tue May 16 19:06:09 2023 +0000
description:
use the pic version of the common library (affects hppa/alpha)
diffstat:
crypto/external/bsd/openssl/lib/libcommon/Makefile | 4 ++--
crypto/external/bsd/openssl/lib/liblegacy/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 08b12317d00b -r c74d08e0a180 crypto/external/bsd/openssl/lib/libcommon/Makefile
--- a/crypto/external/bsd/openssl/lib/libcommon/Makefile Tue May 16 18:57:49 2023 +0000
+++ b/crypto/external/bsd/openssl/lib/libcommon/Makefile Tue May 16 19:06:09 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/05/06 17:07:22 christos Exp $
+# $NetBSD: Makefile,v 1.2 2023/05/16 19:06:09 christos Exp $
# RCSid:
# Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -15,7 +15,7 @@
# Please send copies of changes and bug-fixes to:
# sjg%quick.com.au@localhost
#
-LIBISPRIVATE= yes
+LIBISPRIVATE= pic
LIB= common
USE_FORT?= yes # cryptographic software
USE_SHLIBDIR= no
diff -r 08b12317d00b -r c74d08e0a180 crypto/external/bsd/openssl/lib/liblegacy/Makefile
--- a/crypto/external/bsd/openssl/lib/liblegacy/Makefile Tue May 16 18:57:49 2023 +0000
+++ b/crypto/external/bsd/openssl/lib/liblegacy/Makefile Tue May 16 19:06:09 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/05/08 14:30:34 christos Exp $
+# $NetBSD: Makefile,v 1.3 2023/05/16 19:06:09 christos Exp $
# RCSid:
# Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -78,7 +78,7 @@ libinstall::
LDFLAGS+=-Wl,--version-script=${.CURDIR}/${LIB}.map
-LIBDPLIBS+= common ${.CURDIR}/../libcommon
+LIBDPLIBS+= common_pic ${.CURDIR}/../libcommon
LIBDPLIBS+= crypto ${.CURDIR}/../libcrypto
.include <bsd.lib.mk>
Home |
Main Index |
Thread Index |
Old Index