summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/heimdal/013_all_heimdal-pthread-lib.patch
diff options
context:
space:
mode:
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, 0 insertions, 11 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
deleted file mode 100644
index 19f8794..0000000
--- a/abs/core-testing/heimdal/013_all_heimdal-pthread-lib.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
- ;;