diff options
author | steve <steve@FreeBSD.org> | 1999-03-08 21:55:04 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-03-08 21:55:04 +0000 |
commit | 7442cec6bfd724711865596ae5b44a57a143e403 (patch) | |
tree | 5a87dade2eee6aed7515add1c9aaa4767a3a5418 /devel/libtool | |
parent | b442e5079c1fb2125b2e36188d857f17c1d075ed (diff) | |
download | FreeBSD-ports-7442cec6bfd724711865596ae5b44a57a143e403.zip FreeBSD-ports-7442cec6bfd724711865596ae5b44a57a143e403.tar.gz |
Make sure $objformat is expanded before it goes out of scope.
Diffstat (limited to 'devel/libtool')
-rw-r--r-- | devel/libtool/files/patch-ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libtool/files/patch-ac b/devel/libtool/files/patch-ac index 2761d1e..fc686d6 100644 --- a/devel/libtool/files/patch-ac +++ b/devel/libtool/files/patch-ac @@ -20,7 +20,7 @@ + version_type=freebsd-$objformat library_names_spec='${libname}${release}.so.$versuffix $libname.so' - finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir' -+ 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 ;; |