maintainer-feedback requested: [Bug 292859] x11/babl: including MESON_ARGS -Drelocatable=enabled produces a faulty library, breaking the compilation of graphics/gimp-app
| Newsgroups | gmane.os.freebsd.devel.gnome |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
Bugzilla Automation <[email protected]> has asked freebsd-gnome (Nobody) <[email protected]> for maintainer-feedback: Bug 292859: x11/babl: including MESON_ARGS -Drelocatable=enabled produces a faulty library, breaking the compilation of graphics/gimp-app https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292859 --- Description --- Commit 3a83e203c8b53 added -Drelocatable=enabled to babl's MESON_ARGS. This produces a binary referencing /proc/self and faulting if it cannot find that. Amongst others, this breaks building gimp-app. Fix by replacing with -Drelocatable=disabled. -- Martin