Skip to content

Commit

Permalink
gnupg2: explicitly --disable-tpm2d to avoid accidental PLIST mismatch.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmonz committed Jun 2, 2023
1 parent 4d6a561 commit e6f497d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion security/gnupg2/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.145 2023/04/28 16:33:41 nikita Exp $
# $NetBSD: Makefile,v 1.146 2023/06/02 16:27:41 schmonz Exp $

DISTNAME= gnupg-2.4.1
PKGNAME= ${DISTNAME:S/gnupg-/gnupg2-/}
Expand All @@ -24,6 +24,7 @@ USE_LIBTOOL= yes
INFO_FILES= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-ntbtls
CONFIGURE_ARGS+= --disable-tpm2d
CONFIGURE_ARGS+= --enable-g13
CONFIGURE_ARGS+= --enable-gpg-is-gpg2
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
Expand Down

0 comments on commit e6f497d

Please sign in to comment.