File: 025_pthreads

package info (click to toggle)
heimdal 1.6~git20120403%2Bdfsg1-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 34,428 kB
  • sloc: ansic: 338,234; sh: 7,993; makefile: 4,671; yacc: 3,036; perl: 1,888; python: 748; lex: 731; awk: 465; java: 119; asm: 30; lisp: 29
file content (13 lines) | stat: -rw-r--r-- 304 bytes parent folder | download | duplicates (4)
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
 	;;