diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-08-22 16:22:36 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-08-22 18:01:09 +0200 |
commit | bf91e6835d21e3bd7b49bb85b40f61389604c6f7 (patch) | |
tree | 5983cbd00e146fa2b7d0e9639f92dfc215c920a3 /guix/build-system | |
parent | fdb222033c7bf4580bea0158840e9bb7905a00bc (diff) | |
download | gnu-guix-bf91e6835d21e3bd7b49bb85b40f61389604c6f7.tar gnu-guix-bf91e6835d21e3bd7b49bb85b40f61389604c6f7.tar.gz |
build-system/meson: Strip RUNPATH and remove PatchELF traces.
* guix/build-system/meson.scm (%meson-build-system-modules): Don't
import (guix build rpath).
* guix/build/meson-build-system.scm (fix-runpath): Rename to ...
(shrink-runpath): ... this. Update docstring. Remove AUGMENT-RPATH calls and
related code.
(%standard-phases): Add 'shrink-runpath'.
Diffstat (limited to 'guix/build-system')
-rw-r--r-- | guix/build-system/meson.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/guix/build-system/meson.scm b/guix/build-system/meson.scm index fddf899092..8d49020454 100644 --- a/guix/build-system/meson.scm +++ b/guix/build-system/meson.scm @@ -41,7 +41,6 @@ (define %meson-build-system-modules ;; Build-side modules imported by default. `((guix build meson-build-system) - (guix build rpath) ;; The modules from glib-or-gtk contains the modules from gnu-build-system, ;; so there is no need to import that too. ,@%glib-or-gtk-build-system-modules)) |