cups-filters: Add patch to remove relative symbolic link from install
authorOlivier Schonken <olivier.schonken@gmail.com>
Thu, 8 Mar 2018 11:35:59 +0000 (13:35 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 9 Mar 2018 22:30:09 +0000 (23:30 +0100)
commitef60ef83c9e27899666c3c093007208c1203b3e1
treec085e93f248ea36f635b21a2f8b63442d010687b
parentdb1d9da6d6ea6dbf7049dfb8bf58d579fdcc01b0
cups-filters: Add patch to remove relative symbolic link from install

On older build systems with old coreutils, using relative symbolic link
(ln -r) does not work, and causes failed builds. Workaround is to use
normal symbolic link with a relative path. e.g. ../../$(BINDIR)

This fix is dependent on bumping cups-filters version to 1.20.1 because
of autotools issue with Makefile.am changes.

Fixes:
http://autobuild.buildroot.net/results/77a6369f3530a2a6a055f7fd664f1ad424274d77

Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/cups-filters/0001-Replace-relative-linking-with-absolute-linking.patch [new file with mode: 0644]