libtool: don't clobber host libtool infrastructure
authorJo-Philipp Wich <jo@mein.io>
Sat, 21 Jan 2017 23:28:54 +0000 (00:28 +0100)
committerJo-Philipp Wich <jo@mein.io>
Sat, 21 Jan 2017 23:40:38 +0000 (00:40 +0100)
commitf798776188eaf1a9c0345da66a848a5cbe3cfb71
treebae6a57fd505763ff398840008e2d8d6dba51c74
parentf2e6e11af102df27ae7ff9d4d367fae51041c853
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: Jo-Philipp Wich <jo@mein.io>
package/libs/libtool/Makefile