From bea4fe5b3daa7aaecf5b5fe924e047b72e5206dc Mon Sep 17 00:00:00 2001 From: Tim Stack Date: Thu, 1 Sep 2022 21:25:17 -0700 Subject: [PATCH] [snap] fix config param name --- snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index e3bd75b5..cdc6b4e8 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -47,7 +47,7 @@ parts: after: - selective-checkout plugin: autotools - configflags: + autotools-configure-parameters: - CFLAGS="-O2" - CXXFLAGS="-O2" source: https://github.com/tstack/lnav.git