summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/heimdal/013_all_heimdal-pthread-lib.patch
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2010-09-04 23:01:01 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2010-09-04 23:01:01 (GMT)
commit368a6d9705b38dcb5b3c29a80aec261b25e6d602 (patch)
tree9702e6d4fb6a9f6aee02975e316cb25770268047 /abs/core-testing/heimdal/013_all_heimdal-pthread-lib.patch
parenta5ecb8225388941a95fdc3d8dd2f16a0736cb956 (diff)
downloadlinhes_pkgbuild-368a6d9705b38dcb5b3c29a80aec261b25e6d602.zip
linhes_pkgbuild-368a6d9705b38dcb5b3c29a80aec261b25e6d602.tar.gz
linhes_pkgbuild-368a6d9705b38dcb5b3c29a80aec261b25e6d602.tar.bz2
heimdal:Bumped/Updated for LinHES 7.
Diffstat (limited to 'abs/core-testing/heimdal/013_all_heimdal-pthread-lib.patch')
-rw-r--r--abs/core-testing/heimdal/013_all_heimdal-pthread-lib.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core-testing/heimdal/013_all_heimdal-pthread-lib.patch b/abs/core-testing/heimdal/013_all_heimdal-pthread-lib.patch
new file mode 100644
index 0000000..19f8794
--- /dev/null
+++ b/abs/core-testing/heimdal/013_all_heimdal-pthread-lib.patch
@@ -0,0 +1,11 @@
+--- heimdal-0.7.1/cf/pthreads.m4.old 2005-09-09 12:12:28.000000000 +0000
++++ heimdal-0.7.1/cf/pthreads.m4 2005-09-17 22:23:23.000000000 +0000
+@@ -32,7 +32,7 @@
+ 2.*)
+ native_pthread_support=yes
+ PTHREADS_CFLAGS=-pthread
+- PTHREADS_LIBS=-pthread
++ PTHREADS_LIBS=-lpthread
+ ;;
+ esac
+ ;;