From: Todd C. Miller Date: Fri, 9 Jan 2004 06:37:08 +0000 (+0000) Subject: Duh, OpenBSD suports shared libs too X-Git-Tag: SUDO_1_6_8~262 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bede9b7b5c4d921690f8c786c2b1db5130fae916;p=sudo Duh, OpenBSD suports shared libs too --- diff --git a/acsite.m4 b/acsite.m4 index 1c8b32954..bf9e159ae 100644 --- a/acsite.m4 +++ b/acsite.m4 @@ -1453,6 +1453,7 @@ openbsd*) #finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + dynamic_linker='OpenBSD (ELF) ld.so' case $host_os in openbsd2.[[89]] | openbsd2.[[89]].*) shlibpath_overrides_runpath=no @@ -1462,6 +1463,7 @@ openbsd*) ;; esac else + dynamic_linker='OpenBSD (a.out) ld.so' shlibpath_overrides_runpath=yes fi ;;