]> granicus.if.org Git - sudo/commitdiff
Duh, OpenBSD suports shared libs too
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 9 Jan 2004 06:37:08 +0000 (06:37 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 9 Jan 2004 06:37:08 +0000 (06:37 +0000)
acsite.m4

index 1c8b32954003b886f0c4e1dbce1a0ab371da5cca..bf9e159ae19edad51ffa72463a0f312c5744079c 100644 (file)
--- 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
   ;;