]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/foomatic
glib: Update to 2.68.3
[people/pmueller/ipfire-2.x.git] / lfs / foomatic
index 15abf535700ea69e75f43c2349551a31b4507c8c..ea5131ef57f34b0cac8fc0eef034a34f49b7859c 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2019  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        #
@@ -35,9 +35,11 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/foomatic-filters-$(VER_FILTERS)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = foomatic
-PAK_VER    = 2
+PAK_VER    = 6
 
-DEPS       = "cups ghostscript libtiff hplip"
+DEPS       = cups ghostscript libtiff hplip
+
+CFLAGS    += -fcommon
 
 export LIB_CUPS=/usr/lib/cups
 export CUPS_BACKENDS=/usr/lib/cups/backends
@@ -114,9 +116,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        -mkdir -pv /etc/foomatic
        echo "cups" > /etc/foomatic/defaultspooler
 
-       -mkdir -pv /usr/lib/cups/filter
-       ln -svf ../../../bin/foomatic-rip /usr/lib/cups/filter/foomatic-rip
-       ln -svf ../../../bin/foomatic-ppdfile /usr/lib/cups/filter/foomatic-ppdfile
-
        @rm -rf $(DIR_SRC)/foomatic-*
        @$(POSTBUILD)