From 8fee559e5db6dfad7c1c934d5f0415b2c0ea90cf Mon Sep 17 00:00:00 2001 From: Al Stone Date: Tue, 15 May 2018 10:31:28 -0600 Subject: [PATCH] Type in the %build section: OPT_LDLAGS, not OPT_LDFLAGS. Closes BZ#1560542 Signed-off-by: Al Stone --- acpica-tools.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/acpica-tools.spec b/acpica-tools.spec index 268ee08..f545658 100644 --- a/acpica-tools.spec +++ b/acpica-tools.spec @@ -162,7 +162,7 @@ CWARNINGFLAGS="\ -Wtype-limits" OPT_CFLAGS="%{optflags} $CWARNINGFLAGS" -OPT_LDLAGS="%{__global_ldflags}" +OPT_LDFLAGS="%{__global_ldflags}" export OPT_CFLAGS export OPT_LDFLAGS @@ -234,6 +234,7 @@ fi - acpidump/acpixtract no longer have alternatives, so remove the scriptlets that maintain them and just install them directly; we do leave the pre- and post- scriptlets to remove the alternatives for now. Closes BZ#1576970 +- Typo: OPT_LDFLAGS, not OPT_LDLAGS in the build section. Closes BZ#1560542 * Mon May 14 2018 Al Stone - 20180427-1 - Update to 20180427 source tree, including patch refeshes. Closes BZ#1544048