AyatanaIndicators / libayatana-appindicator

Ayatana Application Indicators Shared Library
GNU Lesser General Public License v3.0
56 stars 13 forks source link

Fix build with musl libc #43

Closed z3ntu closed 2 years ago

z3ntu commented 2 years ago

canonicalize_file_name() is a GNU extension not supported by musl libc. Use realpath() from POSIX instead.


Pretty much stolen from https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/105e321951e3303ddf0c9c1df83bc673c92eb7de :wink: