* ltconfig.in (freebsd*, finish_cmds): expand objformat here

Reported by Vladimir Kushnir <kushn@mail.kar.net>
This commit is contained in:
Alexandre Oliva 1999-02-20 18:47:11 +00:00 committed by Alexandre Oliva
parent fc594366ce
commit b5e4a1b24d
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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
;;