From a36b8a9ef3b44abf2b8eee5d5a18aec88c03f1f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 19 Jun 2019 09:57:50 +0200 Subject: [PATCH] Drop use of __* macros that were removed in rpm-4.15 --- qrencode.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qrencode.spec b/qrencode.spec index d9e1349..6a62cfe 100644 --- a/qrencode.spec +++ b/qrencode.spec @@ -42,7 +42,7 @@ applications that use qrencode. %build ## Rebuild configure scripts for ARM 64 support. (RHBZ 926414) -%{__autoconf} +autoconf %configure --with-tests make %{?_smp_mflags}