app-crypt/tpm2-totp: Add missing backslash

Closes: https://bugs.gentoo.org/729174
Closes: https://github.com/gentoo/gentoo/pull/16370
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Christopher Byrne <salah.coronya@gmail.com>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Salah Coronya
2020-06-22 10:25:19 -05:00
committed by Conrad Kostecki
parent c3e49e0607
commit d916e7c2ca

View File

@@ -25,7 +25,7 @@ src_prepare() {
src_configure() {
econf \
--disable-static
--disable-static \
--disable-defaultflags
}