mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-30 14:30:15 +08:00
* ltconfig.in (freebsd*, finish_cmds): expand objformat here
Reported by Vladimir Kushnir <kushn@mail.kar.net>
This commit is contained in:
parent
fc594366ce
commit
b5e4a1b24d
@ -1,3 +1,8 @@
|
||||
1999-02-20 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||
|
||||
* ltconfig.in (freebsd*, finish_cmds): expand objformat here
|
||||
Reported by Vladimir Kushnir <kushn@mail.kar.net>
|
||||
|
||||
1999-02-20 Vladimir Kushnir <kushn@mail.kar.net>
|
||||
|
||||
* ltconfig.in (freebsd-elf*, need_version, need_lib_prefix): no
|
||||
|
@ -1674,7 +1674,7 @@ freebsd*)
|
||||
need_version=yes
|
||||
;;
|
||||
esac
|
||||
finish_cmds='PATH="$PATH:/sbin" OBJFORMAT="$objformat" ldconfig -m $libdir'
|
||||
finish_cmds='PATH="$PATH:/sbin" OBJFORMAT="'"$objformat"'" ldconfig -m $libdir'
|
||||
shlibpath_var=LD_LIBRARY_PATH
|
||||
;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user