diff options
author | Holger Freyther <zecke@selfish.org> | 2006-05-13 14:00:14 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-13 14:00:14 +0000 |
commit | 69bdd1a150ad4017fa2518df05cff17be98e9cb5 (patch) | |
tree | d0c1412bc7bf26a31fd00b8e953c5843773c5c9c /packages/libetpan/files/configure-pthreads.patch | |
parent | 4e6cf107a375dd8100293ff4de8c8e23be55a2ea (diff) | |
parent | 13e983ea44cd0b8e1b7fc7ff6fdb892658db80ad (diff) |
merge of 008eb71d2c280e1f5c511b697e1376dda71d5eef
and 61329a2030536aebd4f09b262832d612b83a3f03
Diffstat (limited to 'packages/libetpan/files/configure-pthreads.patch')
-rw-r--r-- | packages/libetpan/files/configure-pthreads.patch | 11 |
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 |