mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Add support for Freebsd 4.x (and greater)
This commit is contained in:
parent
29b1e1f0ba
commit
0e32729854
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue