CVS commit: pkgsrc/security/openssl
"Thomas Klausner" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: wiz Date: Wed Aug 26 08:24:01 UTC 2026 Modified Files: pkgsrc/security/openssl: Makefile Log Message: openssl: fix pkg-config rpath For some reason there are two copies? and only one was fixed by pkgsrc, but the other one was installed. Fixes PR 60643. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.319 -r1.320 pkgsrc/security/openssl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 1019 B)
Modified files:
Index: pkgsrc/security/openssl/Makefile
diff -u pkgsrc/security/openssl/Makefile:1.319 pkgsrc/security/openssl/Makefile:1.320
--- pkgsrc/security/openssl/Makefile:1.319 Tue Aug 25 12:57:01 2026
+++ pkgsrc/security/openssl/Makefile Wed Aug 26 08:24:01 2026
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.319 2026/08/25 12:57:01 adam Exp $
+# $NetBSD: Makefile,v 1.320 2026/08/26 08:24:01 wiz Exp $
# Remember to upload-distfiles when updating OpenSSL -- otherwise it
# is not possible for users who have bootstrapped without OpenSSL
# to install it and enable HTTPS fetching.
DISTNAME= openssl-3.6.4
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=openssl/}
GITHUB_RELEASE= ${DISTNAME}
@@ -132,7 +133,7 @@ CONFIGURE_SCRIPT= ./Configure
CONFIGURE_ARGS+= ${OPENSSL_HOST.${OPSYS}-${MACHINE_ARCH}}
.endif
-PKGCONFIG_OVERRIDE+= libcrypto.pc libssl.pc openssl.pc
+PKGCONFIG_OVERRIDE+= *.pc exporters/*.pc
PKGCONFIG_OVERRIDE_STAGE= post-build
PKG_SYSCONFSUBDIR= openssl