]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/cups-filters
suricata: Change midstream policy to "pass-flow"
[ipfire-2.x.git] / lfs / cups-filters
index e60d9c6770e349eb5ef0eb63bdc654cd30470a5c..7f209aa03c59828af870898f6715ef706a4cd683 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2023  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -34,7 +34,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = cups-filters
-PAK_VER    = 9
+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