diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-05-12 11:29:31 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-05-12 11:29:31 +0000 |
commit | 8b0a902465502ed278349d1a75f0fdc6fbe898c1 (patch) | |
tree | 644e8f408c09a7e4c7c5c31b3b660c705bdcc999 /sysutils | |
parent | 86a678dbf3d54183de544a56096a1255fdf1421d (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pesign/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/pesign/Makefile b/sysutils/pesign/Makefile index 0102247c7559..4aa1e923a02e 100644 --- a/sysutils/pesign/Makefile +++ b/sysutils/pesign/Makefile @@ -26,6 +26,7 @@ USE_LDCONFIG= yes ONLY_FOR_ARCHS= aarch64 armv6 armv7 amd64 i386 ONLY_FOR_ARCHS_REASON= UEFI specification only supports little-endian processors +BROKEN= https://github.com/rhboot/pesign/issues/48 post-patch: @${REINPLACE_CMD} -e 's|%%CC%%|${CC}|g' ${WRKSRC}/Make.defaults |