Skip to content
Snippets Groups Projects
Commit f7987761 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

libtool: don't clobber host libtool infrastructure


The libtool target package stages its files into the host staging directory
and moves the libltdl library parts from there into the target staging
directory afterwards.

By doing so, the package essentially renders the host libtool infrastructure
unusable, leading to the below error in subsequent package builds:

    libtoolize: $pkgltdldir is not a directory: `.../hostpkg/share/libtool`

Prevent this problem by using a dedicated libltdl install prefix in order to
avoid overwriting and moving away preexisting files belonging to tools/libtool.

Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
parent f2e6e11a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment