summaryrefslogtreecommitdiff
path: root/textproc/libunicode
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-22 21:08:37 +0000
committerjlam <jlam@pkgsrc.org>2005-06-22 21:08:37 +0000
commit65ce63a9be7fdf4175440820d3295b4e397668dd (patch)
tree650b6ba2548055ff4e6cb49671cf72786e98753c /textproc/libunicode
parent6f3d9eef8a0298a3f9e0f758f48db491bb9680bf (diff)
downloadpkgsrc-65ce63a9be7fdf4175440820d3295b4e397668dd.tar.gz
We were writing the wrong directory path for the location to the
uninstalled libtool archive in the case where we build it into some place other than the current directory. Older versions of libtool didn't allow you to build a *.la file anywhere other than the current directory, and libtool-fix-la made use of this assumption in libtool's behavior. More recent versions of libtool *do* let you build a *.la file anywhere you'd like, so instead of blindly assuming it's the current directory, use the path to the argument of the -o option. This embeds the proper directory path into the uninstalled libtool archive. This has no impact on packages that just build libtool archives into the current directory. The packages that *are* impacted are the ones that: (1) pkgsrc converted to use libtool, and, (2) build shared libraries that are linked into other things as part of the build, and, (3) builds the libtool archives in some place other than the current directory.
Diffstat (limited to 'textproc/libunicode')
0 files changed, 0 insertions, 0 deletions