mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
cups-filters: -std=c++17 required due to problem introduced with qpdf-11.3.0
- Add -std=c++17 flag to configure - Disable static libs - Update of rootfile Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
6828b9bcd6
commit
a9bca0f0d8
@@ -74,12 +74,10 @@ usr/lib/cups/filter/vectortopdf
|
|||||||
usr/lib/cups/filter/vectortoubrl
|
usr/lib/cups/filter/vectortoubrl
|
||||||
usr/lib/cups/filter/wmftopdf
|
usr/lib/cups/filter/wmftopdf
|
||||||
usr/lib/cups/filter/xfigtopdf
|
usr/lib/cups/filter/xfigtopdf
|
||||||
#usr/lib/libcupsfilters.a
|
|
||||||
#usr/lib/libcupsfilters.la
|
#usr/lib/libcupsfilters.la
|
||||||
#usr/lib/libcupsfilters.so
|
#usr/lib/libcupsfilters.so
|
||||||
usr/lib/libcupsfilters.so.1
|
usr/lib/libcupsfilters.so.1
|
||||||
usr/lib/libcupsfilters.so.1.0.0
|
usr/lib/libcupsfilters.so.1.0.0
|
||||||
#usr/lib/libfontembed.a
|
|
||||||
#usr/lib/libfontembed.la
|
#usr/lib/libfontembed.la
|
||||||
#usr/lib/libfontembed.so
|
#usr/lib/libfontembed.so
|
||||||
usr/lib/libfontembed.so.1
|
usr/lib/libfontembed.so.1
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
|
|||||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
PROG = cups-filters
|
PROG = cups-filters
|
||||||
PAK_VER = 11
|
PAK_VER = 12
|
||||||
|
|
||||||
DEPS = cups ghostscript
|
DEPS = cups ghostscript
|
||||||
|
|
||||||
@@ -84,12 +84,14 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
|||||||
@$(PREBUILD)
|
@$(PREBUILD)
|
||||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
|
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
|
||||||
cd $(DIR_APP) && \
|
cd $(DIR_APP) && \
|
||||||
|
CXXFLAGS="-std=c++17" \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--with-pdftops=hybrid \
|
--with-pdftops=hybrid \
|
||||||
--disable-mutool \
|
--disable-mutool \
|
||||||
|
--disable-static \
|
||||||
--disable-avahi
|
--disable-avahi
|
||||||
cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
|
cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
|
||||||
cd $(DIR_APP) && make install
|
cd $(DIR_APP) && make install
|
||||||
|
|||||||
Reference in New Issue
Block a user