modem-manager: fix build with musl
authorBaruch Siach <baruch@tkos.co.il>
Fri, 15 Jun 2018 04:02:13 +0000 (07:02 +0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 15 Jun 2018 19:33:27 +0000 (21:33 +0200)
commit945636b304e3d36984859faf04c674d7a0e4c7d5
treee61f2b1cf938f394dd0ea09a147cc445e49eac62
parentc8c3a902193552ae9b478bbd76e04f21bbce30b3
modem-manager: fix build with musl

modem-manager version 1.8.0 introduced use of canonicalize_file_name(),
which is a GNU extension that musl does not implement. Add a patch
switching to POSIX standard realpath().

Fixes:
http://autobuild.buildroot.net/results/9f6/9f6859f1854d94d3caba7b5c24d9ca6a14622042/

Cc: Aleksander Morgado <aleksander@aleksander.es>
Cc: Carlos Santos <casantos@datacom.com.br>
Cc: Petr Vorel <petr.vorel@gmail.com>
Cc: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/modem-manager/0001-kerneldevice-fix-build-with-musl-libc.patch [new file with mode: 0644]