diff mbox series

[1/1] cups-filters: add autoreconf

Message ID 20181006200245.8380-1-olivier.schonken@gmail.com
State Accepted
Commit 45e5d2ce68650b075468c02f5c9c43b40c1ab81d
Headers show
Series [1/1] cups-filters: add autoreconf | expand

Commit Message

Olivier Schonken Oct. 6, 2018, 8:02 p.m. UTC
Because we are patching Makefile.am, Makefile.am is newer than Makefile.in

Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com>
---
 This fix is for the 2018.08.x and 2018.05.x branches
 package/cups-filters/cups-filters.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Thomas Petazzoni Oct. 7, 2018, 12:56 p.m. UTC | #1
Hello,

On Sat,  6 Oct 2018 22:02:45 +0200, Olivier Schonken wrote:
> Because we are patching Makefile.am, Makefile.am is newer than Makefile.in
> 
> Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com>

The patch prefix should have indicated the target branch, i.e:

	[PATCH 2018.08.x]

Peter: this is for 2018.08.x and 2018.05.x.

Thanks,

Thomas
Peter Korsgaard Oct. 8, 2018, 8:33 a.m. UTC | #2
>>>>> "Olivier" == Olivier Schonken <olivier.schonken@gmail.com> writes:

 > Because we are patching Makefile.am, Makefile.am is newer than Makefile.in
 > Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com>
 > ---
 >  This fix is for the 2018.08.x and 2018.05.x branches

2018.05.x is now EOL, but our LTS version is also affected.

Committed to 2018.02.x and 2018.08.x, thanks.
diff mbox series

Patch

diff --git a/package/cups-filters/cups-filters.mk b/package/cups-filters/cups-filters.mk
index 131e58246e..3c5e13da89 100644
--- a/package/cups-filters/cups-filters.mk
+++ b/package/cups-filters/cups-filters.mk
@@ -8,7 +8,8 @@  CUPS_FILTERS_VERSION = 1.20.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
-
+# 0001-Replace-relative-linking-with-absolute-linking.patch
+CUPS_FILTERS_AUTORECONF = YES
 CUPS_FILTERS_DEPENDENCIES = cups libglib2 lcms2 qpdf fontconfig freetype jpeg
 
 CUPS_FILTERS_CONF_OPTS = --disable-imagefilters \