Module Name: src
Committed By: christos
Date: Tue May 16 19:06:09 UTC 2023
Modified Files:
src/crypto/external/bsd/openssl/lib/libcommon: Makefile
src/crypto/external/bsd/openssl/lib/liblegacy: Makefile
Log Message:
use the pic version of the common library (affects hppa/alpha)
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src/crypto/external/bsd/openssl/lib/libcommon/Makefile
cvs rdiff -u -r1.2 -r1.3 \
src/crypto/external/bsd/openssl/lib/liblegacy/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/libcommon/Makefile
diff -u src/crypto/external/bsd/openssl/lib/libcommon/Makefile:1.1 src/crypto/external/bsd/openssl/lib/libcommon/Makefile:1.2
--- src/crypto/external/bsd/openssl/lib/libcommon/Makefile:1.1 Sat May 6 13:07:22 2023
+++ src/crypto/external/bsd/openssl/lib/libcommon/Makefile Tue May 16 15:06:09 2023
@@ -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:
# [email protected]
#
-LIBISPRIVATE= yes
+LIBISPRIVATE= pic
LIB= common
USE_FORT?= yes # cryptographic software
USE_SHLIBDIR= no
Index: src/crypto/external/bsd/openssl/lib/liblegacy/Makefile
diff -u src/crypto/external/bsd/openssl/lib/liblegacy/Makefile:1.2 src/crypto/external/bsd/openssl/lib/liblegacy/Makefile:1.3
--- src/crypto/external/bsd/openssl/lib/liblegacy/Makefile:1.2 Mon May 8 10:30:34 2023
+++ src/crypto/external/bsd/openssl/lib/liblegacy/Makefile Tue May 16 15:06:09 2023
@@ -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>