[PATCH] make freebsd-elf version type similar to linux version type

2014-10-11 Thread Tijl Coosemans
On FreeBSD we have switched from using .so.$current as library extension to .so.$major.$age.$revision where $major is $current-$age. Our package of libtool has been patched similar to the patch below which you can see here: https://svnweb.freebsd.org/ports/head/devel/libtool/files/ The "freebsd-e

[PATCH] libtoolize.in: remove two umask 0

2014-10-11 Thread Tijl Coosemans
"libtoolize --ltdl -c" creates some files with write permissions for everybody because it sets "umask 0" in two places. This patch removes the umask commands. --- libtoolize.in | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/libtoolize.in b/libtoolize.in index d