Path to this page:
Subject: CVS commit: [pkgsrc-2021Q4] pkgsrc/security/heimdal
From: Thomas Merkel
Date: 2022-02-04 14:06:26
Message id: 20220204130627.070F7FB24@cvs.NetBSD.org
Log Message:
Pullup ticket #6576 - requested by david
security/heimdal: build fix
Revisions pulled up:
- security/heimdal/distinfo 1.54
- security/heimdal/patches/patch-lib_hx509_Makefile.in 1.3
---
Module Name: pkgsrc
Committed By: gutteridge
Date: Thu Jan 27 03:31:22 UTC 2022
Modified Files:
pkgsrc/security/heimdal: distinfo
pkgsrc/security/heimdal/patches: patch-lib_hx509_Makefile.in
Log Message:
heimdal: correct build fix patch
The previous version of this patch added build dependencies at the
wrong point: we need the headers generated by the time the object is
compiled, not by the time the final binary is linked. (This matches the
actual upstream change set.)
Files: