Package: heimdal / 7.1.0+dfsg-13+deb9u3

025_pthreads Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
=== modified file 'cf/pthreads.m4'
--- old/cf/pthreads.m4	2011-07-29 10:57:38 +0000
+++ new/cf/pthreads.m4	2011-07-29 11:01:42 +0000
@@ -44,7 +44,7 @@
 	2.*|3.*)
 		native_pthread_support=yes
 		PTHREAD_CFLAGS=-pthread
-		PTHREAD_LIBADD=-pthread
+		PTHREAD_LIBADD="-pthread -lpthread"
 		;;
 	esac
 	;;