From 811c132ddf8f6cc78f4d83d8e28971ed7b53347d Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Wed, 1 Feb 2023 16:01:25 -0500 Subject: [PATCH] Fix build flag application Signed-off-by: Robbie Harwood --- pesign-test-app.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pesign-test-app.spec b/pesign-test-app.spec index cd66f82..4cf8b0a 100644 --- a/pesign-test-app.spec +++ b/pesign-test-app.spec @@ -38,7 +38,7 @@ deployments of new pesign versions into build infrastructure have succeeded. %autosetup -S git %build -make LIBDIR=%{_libdir} DATADIR=%{_datadir} +make LIBDIR=%{_libdir} DATADIR=%{_datadir} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_OPT_LDFLAGS" cp %{name}.efi %{name}-unsigned.efi id ls -ld /var/run/pesign || :