Eric Bavier <bav...@member.fsf.org> skribis: > From 21fc758523acd674148a74afdda6ccb1aa588c77 Mon Sep 17 00:00:00 2001 > From: Eric Bavier <bav...@member.fsf.org> > Date: Tue, 5 May 2015 11:01:06 -0500 > Subject: [PATCH] gnu: hop: Fix RPATHs. > > * gnu/packages/scheme.scm (inputs): Move patchelf input to... > (native-inputs): ...here. New field. > (arguments)[phases]: Use augment-rpath for patch-rpath phase.
Great, please push. Eventually we should try to avoid using PatchELF since it’s somewhat broken (definitely broken on mips and arm) and hackish anyway. I tried getting ‘-copt -Wl,-rpath=foo’ passed to bigloo here, but somehow failed to do that. Thank you, Ludo’.