diff options
Diffstat (limited to 'gnu/packages/patches/meson-for-build-rpath.patch')
-rw-r--r-- | gnu/packages/patches/meson-for-build-rpath.patch | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/patches/meson-for-build-rpath.patch b/gnu/packages/patches/meson-for-build-rpath.patch index 04c07d05bf..ef9a73f07c 100644 --- a/gnu/packages/patches/meson-for-build-rpath.patch +++ b/gnu/packages/patches/meson-for-build-rpath.patch @@ -2,8 +2,7 @@ This patch removes a part of meson that clears the rpath upon installation. This will only be applied to a special version of meson, used for the meson-build-system. -Patch for Meson 0.42.0 by Peter Mikkelsen <[email protected]> -Adjusted for Meson 0.47.1 by Ricardo Wurmus <[email protected]> +Original patch for Meson 0.42.0 by Peter Mikkelsen <[email protected]> --- meson-0.47.1/mesonbuild/minstall.py.old 2018-08-10 11:01:27.812327013 +0200 +++ meson-0.47.1/mesonbuild/minstall.py 2018-08-10 11:01:51.940368505 +0200 |