diff options
author | Sam James <sam@gentoo.org> | 2023-07-05 21:41:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-05 21:41:39 +0100 |
commit | 231fdfd9f1c1819d19440627ebe0ea58576a9965 (patch) | |
tree | 103619ecaca866bafba030da87388fe402b5cde3 | |
parent | patches: copy kmod-29 patch to kmod-30 (diff) | |
download | genkernel-231fdfd9f1c1819d19440627ebe0ea58576a9965.tar.gz genkernel-231fdfd9f1c1819d19440627ebe0ea58576a9965.tar.bz2 genkernel-231fdfd9f1c1819d19440627ebe0ea58576a9965.zip |
gkbuilds: cryptsetup: disable asciidoc
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | gkbuilds/cryptsetup.gkbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gkbuilds/cryptsetup.gkbuild b/gkbuilds/cryptsetup.gkbuild index 816df60..c084286 100644 --- a/gkbuilds/cryptsetup.gkbuild +++ b/gkbuilds/cryptsetup.gkbuild @@ -11,6 +11,7 @@ src_configure() { local myconf=( --enable-internal-argon2 --sbindir=/sbin + --disable-asciidoc --disable-nls --disable-selinux --disable-ssh-token |