]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - crypto/heimdal/packages/debian/patches/025_pthreads
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / crypto / heimdal / packages / debian / patches / 025_pthreads
1 Index: heimdal-0.7.2/cf/pthreads.m4
2 ===================================================================
3 --- heimdal-0.7.2.orig/cf/pthreads.m4   2006-03-09 12:55:11.651102560 +1100
4 +++ heimdal-0.7.2/cf/pthreads.m4        2006-03-09 12:59:12.806441376 +1100
5 @@ -32,7 +32,7 @@
6         2.*)
7                 native_pthread_support=yes
8                 PTHREADS_CFLAGS=-pthread
9 -               PTHREADS_LIBS=-pthread
10 +               PTHREADS_LIBS="-pthread -lpthread"
11                 ;;
12         esac
13         ;;