$OpenBSD: patch-configure,v 1.3 2001/10/11 19:16:19 danh Exp $ --- configure.orig Mon Oct 8 14:33:57 2001 +++ configure Thu Oct 11 13:33:42 2001 @@ -2114,6 +2114,16 @@ newos6*) lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; +openbsd*) + lt_cv_file_magic_cmd=/usr/bin/file + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object' + else + lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library' + fi + ;; + osf3* | osf4* | osf5*) # this will be overridden with pass_all, but let us keep it just in case lt_cv_deplibs_check_method='file_magic COFF format alpha shared library' @@ -3118,7 +3128,14 @@ old_postuninstall_cmds= if test -n "$RANLIB"; then old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" - old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds" + case "$host_os" in + openbsd*) + old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds" + ;; + *) + old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds" + ;; + esac fi # Allow CC to be a program name with arguments. @@ -3641,7 +3658,9 @@ cygwin* | mingw* | pw32* ) with_gnu_ld=no fi ;; - +openbsd*) + with_gnu_ld=no + ;; esac ld_shlibs=yes @@ -4045,10 +4064,24 @@ else ;; openbsd*) - archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' - hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='${wl}-R$libdir' + export_dynamic_flag_spec='${wl}-E' + else + case "$host_os" in + openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-R$libdir' + ;; + *) + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='${wl}-R$libdir' + ;; + esac + fi ;; os2*) @@ -4537,9 +4570,22 @@ newsos6) openbsd*) version_type=sunos - if test "$with_gnu_ld" = yes; then - need_lib_prefix=no - need_version=no + need_lib_prefix=no + need_version=no + sys_lib_search_path_spec="/usr/lib" + sys_lib_dlsearch_path_spec="/usr/lib /usr/local/lib" + if test "`echo __ELF__ | $CC -E - | grep __ELF__`" = "" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object' + case "$host_os" in + openbsd2.[89] | openbsd2.[89].*) + shlibpath_overrides_runpath=no + ;; + *) + shlibpath_overrides_runpath=yes + ;; + esac + else + shlibpath_overrides_runpath=yes fi library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' @@ -6425,27 +6471,6 @@ fi echo "$ac_t""$EXTRACPPFLAGS" 1>&6 -if test "x$prefix" = "xNONE"; then - prefix=/usr/local -fi - -fch=`echo $prefix | sed 's/\(.\).*/\1/'` -if test $fch != "/" ; then - prefix=`pwd`/$prefix - echo "adjusting prefix to $prefix" -fi - -if test "x$exec_prefix" = "xNONE"; then - exec_prefix=$prefix -fi - -fch=`echo $exec_prefix | sed 's/\(.\).*/\1/'` -if test $fch != "/" ; then - exec_prefix=`pwd`/$exec_prefix - echo "adjusting exec_prefix to $exec_prefix" -fi - - SNMPLIBPATH="" tmpset="$libdir/snmp" while test "x$tmpset" != "x$SNMPLIBPATH"; do @@ -7344,6 +7369,7 @@ echo "configure:7344: checking for TCP w cat > conftest.$ac_ext < #include int allow_severity = 0; int deny_severity = 0; @@ -7468,6 +7494,7 @@ echo "configure:7468: checking for TCP w cat > conftest.$ac_ext < #include int allow_severity = 0; int deny_severity = 0; @@ -15153,6 +15180,7 @@ s%@AUTOCONF@%$AUTOCONF%g s%@AUTOHEADER@%$AUTOHEADER%g s%@UNAMEPROG@%$UNAMEPROG%g s%@VERSION@%$VERSION%g +s%@VERSION_INFO@%$VERSION_INFO%g s%@target@%$target%g s%@target_alias@%$target_alias%g s%@target_cpu@%$target_cpu%g