aboutsummaryrefslogtreecommitdiffstats
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, 11 insertions, 0 deletions
diff --git a/packages/libetpan/files/configure-pthreads.patch b/packages/libetpan/files/configure-pthreads.patch
new file mode 100644
index 0000000000..c8f9566bd9
--- /dev/null
+++ b/packages/libetpan/files/configure-pthreads.patch
@@ -0,0 +1,11 @@
+--- 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