diff --git a/mandoc.spec b/mandoc.spec index 0a1aa53..f41163a 100644 --- a/mandoc.spec +++ b/mandoc.spec @@ -1,6 +1,6 @@ Name: mandoc Version: 1.14.6 -Release: 10%{?dist} +Release: 11%{?dist} Summary: A suite of tools for compiling mdoc and man License: ISC AND BSD-2-Clause AND BSD-3-Clause @@ -69,6 +69,7 @@ echo 'INSTALL_DATA="${INSTALL} -m 0644"' >> configure.local echo 'INSTALL_LIBMANDOC=1' >> configure.local echo 'CFLAGS="%{optflags} -fPIC"' >> configure.local +echo 'LDFLAGS="%{build_ldflags}"' >> configure.local ./configure %make_build @@ -217,6 +218,9 @@ fi %{_mandir}/man3/tbl.3* %changelog +* Tue Dec 17 2024 David Cantrell - 1.14.6-11 +- Ensure correct LDFLAGS are used for linking + * Tue Oct 29 2024 Troy Dawson - 1.14.6-10 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018