summaryrefslogtreecommitdiff
path: root/packages/libetpan/files/configure-pthreads.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/libetpan/files/configure-pthreads.patch')
-rw-r--r--packages/libetpan/files/configure-pthreads.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/libetpan/files/configure-pthreads.patch b/packages/libetpan/files/configure-pthreads.patch
deleted file mode 100644
index c8f9566bd9..0000000000
--- a/packages/libetpan/files/configure-pthreads.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- libetpan-0.45/configure.in.orig 2006-05-09 09:48:36.000000000 +0100
-+++ libetpan-0.45/configure.in 2006-05-09 09:48:55.000000000 +0100
-@@ -350,7 +350,7 @@
- LDFLAGS="-$flag $LDFLAGS"
- AC_TRY_LINK([], [pthread_create();],
- [pthflag=yes; checkpthread=no],
-- [pthflag=no; LDFLAGS="$OLDCFLAGS"])
-+ [pthflag=no; LDFLAGS="$OLDFLAGS"])
- AC_MSG_RESULT($pthflag)
- fi
- done