Ensure correct LDFLAGS are used for linking

Signed-off-by: David Cantrell <dcantrell@redhat.com>
This commit is contained in:
David Cantrell 2024-12-17 10:41:02 -05:00
parent e32ae2b4fb
commit e15e111107

View File

@ -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 <dcantrell@redhat.com> - 1.14.6-11
- Ensure correct LDFLAGS are used for linking
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.14.6-10
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018