fa4c815e80
nPth is a non-preemptive threads implementation using an API very similar to the one known from GNU Pth. It has been designed as a replacement of GNU Pth for non-ancient operating systems. In contrast to GNU Pth is is based on the system's standard threads implementation. Thus nPth allows the use of libraries which are not compatible to GNU Pth. ok ajacoutot@
15 lines
493 B
Plaintext
15 lines
493 B
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2012/10/17 11:56:22 pea Exp $
|
|
--- configure.orig Mon Oct 15 17:36:14 2012
|
|
+++ configure Mon Oct 15 17:37:56 2012
|
|
@@ -2276,8 +2276,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|
# (Interfaces removed/changed: AGE=0)
|
|
#
|
|
LIBNPTH_LT_CURRENT=0
|
|
-LIBNPTH_LT_AGE=0
|
|
-LIBNPTH_LT_REVISION=2
|
|
+LIBNPTH_LT_AGE=${LIBnpth_MAJOR}
|
|
+LIBNPTH_LT_REVISION=${LIBnpth_MINOR}
|
|
|
|
# If the API is changed in an incompatible way: increment the next counter.
|
|
NPTH_CONFIG_API_VERSION=1
|