Description: use_elf_origin_trick on non-Linux arches Avoids (wrongly?) using install-reloc on GNU/kFreeBSD and GNU/Hurd. Author: Steven Chamberlain Bug-Debian: http://bugs.debian.org/671044 --- freedink-1.08.20120427.orig/gnulib/m4/relocatable.m4 2012-04-27 12:48:56.000000000 +0100 +++ freedink-1.08.20120427/gnulib/m4/relocatable.m4 2012-05-01 20:41:06.411344551 +0100 @@ -41,7 +41,7 @@ AC_CHECK_FUNCS([_NSGetExecutablePath]) case "$host_os" in mingw*) is_noop=yes ;; - linux*) use_elf_origin_trick=yes ;; + linux*|gnu*|k*bsd*-gnu) use_elf_origin_trick=yes ;; esac if test $is_noop = yes; then RELOCATABLE_LDFLAGS=: