1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-06-01 09:48:43 +02:00
build/util
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
..
config.guess Use config.guess to determine the host tuple 2018-03-24 18:28:29 +01:00
depends.sh Add automatic update chacking script 2018-05-08 15:01:23 +02:00
download.sh Merge management of regular and toolchain packages 2018-02-15 23:47:54 +01:00
misc.sh Add helper function to fixup libtool files 2018-05-19 23:05:30 +02:00
override.sh Move file override functions to seperate helper script file 2018-05-10 16:01:53 +02:00
pkgcmd.sh Move checkfile test to package main loop 2018-02-24 22:45:00 +01:00
toolchain.sh Minor cleanup 2018-02-24 22:45:00 +01:00
version.sh Add automatic update chacking script 2018-05-08 15:01:23 +02:00