pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/libzdb libzdb: fix openssl configure test's ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/79d201f12222
branches: trunk
changeset: 376510:79d201f12222
user: tnn <tnn%pkgsrc.org@localhost>
date: Sat Mar 03 20:51:08 2018 +0000
description:
libzdb: fix openssl configure test's usage of deprecated symbol
diffstat:
databases/libzdb/Makefile | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r d4075768196c -r 79d201f12222 databases/libzdb/Makefile
--- a/databases/libzdb/Makefile Sat Mar 03 19:43:20 2018 +0000
+++ b/databases/libzdb/Makefile Sat Mar 03 20:51:08 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/11/30 16:45:01 adam Exp $
+# $NetBSD: Makefile,v 1.13 2018/03/03 20:51:08 tnn Exp $
DISTNAME= libzdb-3.1
PKGREVISION= 8
@@ -16,6 +16,12 @@
PKGCONFIG_OVERRIDE+= zdb.pc.in
+SUBST_CLASSES+= ossl
+SUBST_STAGE.ossl= pre-configure
+SUBST_MESSAGE.ossl= fix openssl configure test usage of deprecated symbol
+SUBST_FILES.ossl= configure
+SUBST_SED.ossl= -e 's,SSL_library_init,SSL_CTX_new,g'
+
.include "options.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index