diff options
Diffstat (limited to 'recipes/libetpan/files')
-rw-r--r-- | recipes/libetpan/files/libetpan-ldflags.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/libetpan/files/libetpan-ldflags.patch b/recipes/libetpan/files/libetpan-ldflags.patch new file mode 100644 index 0000000000..438f44f15a --- /dev/null +++ b/recipes/libetpan/files/libetpan-ldflags.patch @@ -0,0 +1,11 @@ +--- libetpan-0.57/configure.ac~ 2009-09-21 23:31:42.000000000 +0200 ++++ libetpan-0.57/configure.ac 2009-09-21 23:31:42.000000000 +0200 +@@ -457,7 +457,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 |