From: Alexandre Oliva Date: Sat, 20 Feb 1999 18:47:11 +0000 (+0000) Subject: * ltconfig.in (freebsd*, finish_cmds): expand objformat here X-Git-Tag: release-1-2f~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5e4a1b24d4f001bc1241ad4b924bb5375509479;p=thirdparty%2Flibtool.git * ltconfig.in (freebsd*, finish_cmds): expand objformat here Reported by Vladimir Kushnir --- diff --git a/ChangeLog b/ChangeLog index 5d9d97d60..b26450619 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-02-20 Alexandre Oliva + + * ltconfig.in (freebsd*, finish_cmds): expand objformat here + Reported by Vladimir Kushnir + 1999-02-20 Vladimir Kushnir * ltconfig.in (freebsd-elf*, need_version, need_lib_prefix): no diff --git a/ltconfig.in b/ltconfig.in index 72839cc76..2cd2b114b 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -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 ;;