pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wendzelnntpd: Fix for builtin OpenSSL



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Mon Feb 16 11:57:59 2026 +0100
Changeset:	bc5ba378d1a01f7b129c423513ffbd15a0010009

Modified Files:
	wendzelnntpd/Makefile

Log Message:
wendzelnntpd: Fix for builtin OpenSSL

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bc5ba378d1a01f7b129c423513ffbd15a0010009

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 wendzelnntpd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/wendzelnntpd/Makefile b/wendzelnntpd/Makefile
index 9c7071799a..d5cede323a 100644
--- a/wendzelnntpd/Makefile
+++ b/wendzelnntpd/Makefile
@@ -20,7 +20,7 @@ SUBST_CLASSES+=		openssl
 SUBST_MESSAGE.openssl=	Insert absolute path for openssl binary.
 SUBST_STAGE.openssl=	pre-configure
 SUBST_FILES.openssl=	create_certificate_raw
-SUBST_SED.openssl=	-e 's,openssl ,${PREFIX}/bin/openssl ,g'
+SUBST_SED.openssl=	-e 's,openssl ,${BUILDLINK_PREFIX.openssl}/bin/openssl ,g'
 
 # Directory for example config file
 EGDIR=			${PREFIX}/share/examples/wendzelnntpd


Home | Main Index | Thread Index | Old Index