-- Pth is a very portable POSIX/ANSI-C based library for Unix platforms which provides non-preemptive priority-based scheduling for multiple threads of execution ("multithreading") inside server applications. All threads run in the same address space of the server application, but each thread has it's own individual program-counter, run-time stack, signal mask and errno variable.
11 lines
325 B
Plaintext
11 lines
325 B
Plaintext
--- ltconfig.orig Fri Jul 28 05:24:57 2000
|
|
+++ ltconfig Fri Jul 28 05:25:26 2000
|
|
@@ -2028,6 +2028,7 @@
|
|
library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
|
|
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
|
|
shlibpath_var=LD_LIBRARY_PATH
|
|
+ deplibs_check_method='pass_all'
|
|
;;
|
|
|
|
os2*)
|