Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Robert Dubner
OpenLDAP
Commits
56408357
Commit
56408357
authored
Jan 25, 1999
by
Kurt Zeilenga
Browse files
Update for FreeBSD 4.0 and beyond.
parent
dd129e90
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/ltconfig
View file @
56408357
...
...
@@ -776,8 +776,13 @@ else
hardcode_shlibpath_var
=
no
;;
# FreeBSD 3, at last, uses gcc -shared to do shared libraries.
freebsd3
*
)
freebsd1
*
)
ld_shlibs
=
no
can_build_shared
=
no
;;
# FreeBSD 3 and greater uses gcc -shared to do shared libraries.
freebsd
*
)
archive_cmds
=
'$CC -shared -o $lib$libobjs'
hardcode_libdir_flag_spec
=
'-R$libdir'
hardcode_direct
=
yes
...
...
@@ -1130,7 +1135,11 @@ freebsd2*)
shlibpath_var
=
LD_LIBRARY_PATH
;;
freebsd3
*
)
freebsd1
*
)
dynamic_linker
=
no
;;
freebsd
*
)
version_type
=
freebsd
library_names_spec
=
'${libname}${release}.so.$versuffix $libname.so'
if
[
-x
`
/usr/bin/objformat
`
]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment