From: Kurt Zeilenga Date: Sat, 23 Jan 1999 20:29:02 +0000 (+0000) Subject: Add support for Freebsd 4.x (and greater) X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~709 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0e327298546274ee2cc92a278e6351cd1d0b5772;p=openldap Add support for Freebsd 4.x (and greater) --- diff --git a/build/ltconfig b/build/ltconfig index e4ecdbd7ec..56fd0793e8 100755 --- a/build/ltconfig +++ b/build/ltconfig @@ -778,6 +778,7 @@ else # FreeBSD 3, at last, uses gcc -shared to do shared libraries. freebsd3*) + freebsd*) archive_cmds='$CC -shared -o $lib$libobjs' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes @@ -1131,6 +1132,7 @@ freebsd2*) ;; freebsd3*) +freebsd*) version_type=freebsd library_names_spec='${libname}${release}.so.$versuffix $libname.so' if [ -x `/usr/bin/objformat` ]; then