bug#43296: [PATCH 1/1] gnu: Fix gnome-builder build.

2020-09-10 Thread Ricardo Wurmus
Leo Prikler writes: > As reported in #43296, gnome-builder tries to be linked against the static > version of libselinux (propagated through glib/gio), failing to do so, as it > also wants to be a PIE. To keep the PIE, link it against the dynamic library. > * gnu/packages/gnome.scm (gnome-buil

bug#43296: [PATCH 1/1] gnu: Fix gnome-builder build.

2020-09-10 Thread Mark H Weaver
Hi, Leo Prikler writes: > As reported in #43296, gnome-builder tries to be linked against the static > version of libselinux (propagated through glib/gio), failing to do so, as it > also wants to be a PIE. To keep the PIE, link it against the dynamic library. > * gnu/packages/gnome.scm (gnome-b

bug#43296: [PATCH 1/1] gnu: Fix gnome-builder build.

2020-09-10 Thread Leo Prikler
As reported in #43296, gnome-builder tries to be linked against the static version of libselinux (propagated through glib/gio), failing to do so, as it also wants to be a PIE. To keep the PIE, link it against the dynamic library. * gnu/packages/gnome.scm (gnome-builder)[#:phases]: Add 'fix-ninja.