diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-10-06 15:55:56 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-10-06 15:55:56 +0200 |
commit | 95e92e9b1a2c7b199acffa638dba7bb1e7aa9018 (patch) | |
tree | 118fbb3b45787033e3fdeb67135eae89fb847fa2 | |
parent | 41b944f231968cfe6adb41bd7c430925cadaf5fa (diff) | |
download | buildroot-95e92e9b1a2c7b199acffa638dba7bb1e7aa9018.tar.gz buildroot-95e92e9b1a2c7b199acffa638dba7bb1e7aa9018.zip |
cups-filters: fix autoreconf justification
The tarball is not broken at all: we are patching the Makefile.am.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | package/cups-filters/cups-filters.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/cups-filters/cups-filters.mk b/package/cups-filters/cups-filters.mk index 838c0d7c2f..81d9195652 100644 --- a/package/cups-filters/cups-filters.mk +++ b/package/cups-filters/cups-filters.mk @@ -8,7 +8,7 @@ CUPS_FILTERS_VERSION = 1.21.3 CUPS_FILTERS_SITE = http://openprinting.org/download/cups-filters CUPS_FILTERS_LICENSE = GPL-2.0, GPL-2.0+, GPL-3.0, GPL-3.0+, LGPL-2, LGPL-2.1+, MIT, BSD-4-Clause CUPS_FILTERS_LICENSE_FILES = COPYING -# release tarball is broken, Makefile.am is newer than Makefile.in +# 0001-Replace-relative-linking-with-absolute-linking.patch CUPS_FILTERS_AUTORECONF = YES CUPS_FILTERS_DEPENDENCIES = cups libglib2 lcms2 qpdf fontconfig freetype jpeg |