]> git.ipfire.org Git - thirdparty/libtool.git/commit
process postdeps to include sysrooted paths
authorPaolo Bonzini <bonzini@gnu.org>
Wed, 28 Jul 2010 22:02:15 +0000 (00:02 +0200)
committerPaolo Bonzini <bonzini@gnu.org>
Wed, 11 Aug 2010 18:43:03 +0000 (14:43 -0400)
commitd77a3a512406a429ca3e1f6aa8894552818d89c5
tree37fd7810b652b5f4cdbf9fe5aefe4eb5a64f130b
parentadb8f844f3327b2b8f6f92945f539e4df7aec24d
process postdeps to include sysrooted paths

* libltdl/m4/libtool.m4 (_LT_FUNC_STRIPNAME_CNF): New (from Charles Wilson).
(_LT_SYS_HIDDEN_LIBDEPS): Require it.  Use func_stripname_cnf to convert
sysroot (-L= and -R=) usage in postdeps.  Adjust the code because -L, -R
and -l flags will now always be separated from the rest of the argument.

Signed-off-by: Paolo Bonzini <bonzini@gnu.org>
Signed-off-by: Charles Wilson <libtool@cwilson.fastmail.fm>
libltdl/m4/libtool.m4