libtool: preserve -pthread in dependency_libs

2007-03-15 Thread Kurt Miller
libs built with libtool and -pthread drop the need for -pthread in dependency_libs. This diff adds -pthread to dependency_libs so any libs depending on it will link with -pthread too. This removes the need for hack to add -pthread to dependency_libs in devel/glib2. -Kurt Index: Makefile

libtool: preserve -pthread in dependency_libs

2007-02-09 Thread Kurt Miller
Probably too late in the cycle to commit this, but anyway... libs built with libtool and -pthread drop the need for -pthread in dependency_libs. This diff adds -pthread to dependency_libs so any libs depending on it will link with -pthread too. -Kurt Index: Makefile