1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-06-18 09:20:12 +02:00
build/pkg/util-linux
David Oberhollenzer d5c8fce58b Add helper function to fixup libtool files
When "libdir" is not the final path where we install the library,
libtool will mess up the relinking process and prepend the global
library directories to the linker search path.

If we fix the libdir path, libtool will insert it into the rpath
in the binary, which is also pretty bonkers.

Maybe, there is a way to do this correctly, but the various GNU
mailing lists, Debian wiki, etc.. could not provide a better
alternative than patching up libtool scripts.

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2018-05-19 23:05:30 +02:00
..
0001.patch Bump util-linux version 2018-04-05 21:37:07 +02:00
build Add helper function to fixup libtool files 2018-05-19 23:05:30 +02:00