diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2009-09-22 11:21:39 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-09-22 11:30:35 +0200 |
commit | d57cdd5ac12f75f0fe98ab06cfd956c6e59000c6 (patch) | |
tree | 39fa5bb72b6f70a3b5794fa7d8501d4e14edeca7 /recipes/libetpan/files | |
parent | 867e52ca036a4d60773ffe0a4dfd718af5dfe090 (diff) |
libetpan: Introduce patch to fix LDFLAGS for 0.57. Fixes QA issue.
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 |