diff --git a/srcpkgs/mlocate/patches/musl_paths-h.patch b/srcpkgs/mlocate/patches/musl_paths-h.patch index 628e2ca6b3..92e82c4a1d 100644 --- a/srcpkgs/mlocate/patches/musl_paths-h.patch +++ b/srcpkgs/mlocate/patches/musl_paths-h.patch @@ -8,3 +8,12 @@ #include #include "error.h" +@@ -388,7 +389,7 @@ + char *dir; + + #ifndef PROC_MOUNTS_PATH +- dir = canonicalize_file_name (me->mnt_dir); ++ dir = realpath (me->mnt_dir, NULL); + if (dir == NULL) + dir = me->mnt_dir; + #else diff --git a/srcpkgs/mlocate/template b/srcpkgs/mlocate/template index 93f4b2bd7d..cb6c6b8b39 100644 --- a/srcpkgs/mlocate/template +++ b/srcpkgs/mlocate/template @@ -1,7 +1,7 @@ # Template file for 'mlocate' pkgname=mlocate version=0.26 -revision=4 +revision=5 build_style=gnu-configure configure_args="--program-prefix=m --localstatedir=/var/lib" make_build_args="groupname=_mlocate"