summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/packages/debian/patches/025_pthreads
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/packages/debian/patches/025_pthreads')
-rw-r--r--crypto/heimdal/packages/debian/patches/025_pthreads13
1 files changed, 13 insertions, 0 deletions
diff --git a/crypto/heimdal/packages/debian/patches/025_pthreads b/crypto/heimdal/packages/debian/patches/025_pthreads
new file mode 100644
index 0000000..980a8ad
--- /dev/null
+++ b/crypto/heimdal/packages/debian/patches/025_pthreads
@@ -0,0 +1,13 @@
+Index: heimdal-0.7.2/cf/pthreads.m4
+===================================================================
+--- heimdal-0.7.2.orig/cf/pthreads.m4 2006-03-09 12:55:11.651102560 +1100
++++ heimdal-0.7.2/cf/pthreads.m4 2006-03-09 12:59:12.806441376 +1100
+@@ -32,7 +32,7 @@
+ 2.*)
+ native_pthread_support=yes
+ PTHREADS_CFLAGS=-pthread
+- PTHREADS_LIBS=-pthread
++ PTHREADS_LIBS="-pthread -lpthread"
+ ;;
+ esac
+ ;;
OpenPOWER on IntegriCloud