From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 2/2] cups-filters: -std=c++17 required due to problem introduced with qpdf-11.3.0
Date: Tue, 07 Mar 2023 23:05:16 +0100 [thread overview]
Message-ID: <20230307220516.3459234-2-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20230307220516.3459234-1-adolf.belka@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 1778 bytes --]
- Add -std=c++17 flag to configure
- Disable static libs
- Update of rootfile
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
config/rootfiles/packages/cups-filters | 2 --
lfs/cups-filters | 4 +++-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/config/rootfiles/packages/cups-filters b/config/rootfiles/packages/cups-filters
index 0378162f5..6cdccf203 100644
--- a/config/rootfiles/packages/cups-filters
+++ b/config/rootfiles/packages/cups-filters
@@ -74,12 +74,10 @@ usr/lib/cups/filter/vectortopdf
usr/lib/cups/filter/vectortoubrl
usr/lib/cups/filter/wmftopdf
usr/lib/cups/filter/xfigtopdf
-#usr/lib/libcupsfilters.a
#usr/lib/libcupsfilters.la
#usr/lib/libcupsfilters.so
usr/lib/libcupsfilters.so.1
usr/lib/libcupsfilters.so.1.0.0
-#usr/lib/libfontembed.a
#usr/lib/libfontembed.la
#usr/lib/libfontembed.so
usr/lib/libfontembed.so.1
diff --git a/lfs/cups-filters b/lfs/cups-filters
index b9f9a1939..7f209aa03 100644
--- a/lfs/cups-filters
+++ b/lfs/cups-filters
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = cups-filters
-PAK_VER = 11
+PAK_VER = 12
DEPS = cups ghostscript
@@ -84,12 +84,14 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && \
+ CXXFLAGS="-std=c++17" \
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--with-pdftops=hybrid \
--disable-mutool \
+ --disable-static \
--disable-avahi
cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
cd $(DIR_APP) && make install
--
2.39.2
prev parent reply other threads:[~2023-03-07 22:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-07 22:05 [PATCH 1/2] qpdf: Update to version 11.3.0 Adolf Belka
2023-03-07 22:05 ` Adolf Belka [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230307220516.3459234-2-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox