From 21a98d82e4b2efc2ed61dbfc2e48d6c54879cec8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 17 Jun 2026 12:43:10 +0200 Subject: fix build options --- pdfio.spec | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/pdfio.spec b/pdfio.spec index b41eba8..ef7ee10 100644 --- a/pdfio.spec +++ b/pdfio.spec @@ -1,6 +1,14 @@ +# remirepo spec file for pdfio, from: +# +# Fedora spec file for pdfio +# +# License: MIT +# http://opensource.org/licenses/MIT +# + Name: pdfio Version: 1.6.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: C library for PDF I/O # Apache 2.0 with exception - pdfio code # GPL-2.0-or-later - code128 font from examples @@ -61,6 +69,9 @@ The package contains HTML documentationfor PDFIO library. %build +export DSOFLAGS="$DSOFLAGS $RPM_LD_FLAGS" +export CFLAGS="$CFLAGS $RPM_OPT_FLAGS" + %configure --libdir=%{_libdir} \ --disable-static \ --enable-shared \ @@ -101,6 +112,9 @@ make test %changelog +* Wed Jun 17 2026 Remi Collet - 1.6.4-2 +- fix build options + * Wed Jun 17 2026 Remi Collet - 1.6.4-1 - update to 1.6.4 - drop examples to avoid pulling google fonts -- cgit