Code

Merge branch 'master' of git://git.snow-crash.org/pkg-rrdtool
[pkg-rrdtool.git] / debian / patches / bts494874-gnu-kfreebsd
1 diff a/acinclude.m4 b/acinclude.m4
2 --- a/acinclude.m4
3 +++ b/acinclude.m4
4 @@ -289,7 +289,7 @@ if test "x$acx_pthread_ok" = xyes; then
5          case "${host_cpu}-${host_os}" in
6              *-aix* | *-freebsd* | *-darwin*) x_rflag="-D_THREAD_SAFE";;
7              *solaris* | *-osf* | *-hpux*) x_rflag="-D_REENTRANT";;
8 -            *-linux*)
9 +            *-linux*|*-k*bsd*-gnu*|*-gnu*)
10              if test x"$PTHREAD_CFLAGS" = "x-pthread"; then
11                  # For Linux/gcc "-pthread" implies "-lpthread". We need, however, to make this explicit
12                  # in PTHREAD_LIBS such that a shared library to be built properly depends on libpthread.
13 diff a/configure b/configure
14 --- a/configure
15 +++ b/configure
16 @@ -28428,7 +28428,7 @@ echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_
17          case "${host_cpu}-${host_os}" in
18              *-aix* | *-freebsd* | *-darwin*) x_rflag="-D_THREAD_SAFE";;
19              *solaris* | *-osf* | *-hpux*) x_rflag="-D_REENTRANT";;
20 -            *-linux*)
21 +            *-linux*|*-k*bsd*-gnu*|*-gnu*)
22              if test x"$PTHREAD_CFLAGS" = "x-pthread"; then
23                  # For Linux/gcc "-pthread" implies "-lpthread". We need, however, to make this explicit
24                  # in PTHREAD_LIBS such that a shared library to be built properly depends on libpthread.