From: Robert Schwebel Subject: avoid rpath An rpath on the target is uggly as hell when cross compiling. Disable it. This is just a hack and not intended for upstream. I was too lazy to fix it in the m4 macros... in the end, it's just an emacs clone, so it isn't worth it :-) Signed-off-by: Robert Schwebel --- configure | 2 ++ 1 file changed, 2 insertions(+) Index: b/configure =================================================================== --- a/configure +++ b/configure @@ -11466,6 +11466,8 @@ esac RPATH="$RPATH:$jd_slang_library_dir" fi fi +# rsc: uggly hack to disable rpath +RPATH= fi