diff options
| author | Sergey Lapin <slapin@ossfans.org> | 2009-10-13 17:30:38 +0400 |
|---|---|---|
| committer | Sergey Lapin <slapin@ossfans.org> | 2009-10-13 17:30:38 +0400 |
| commit | c9d89f888ec69245c56358b454f37cffd8bb87ac (patch) | |
| tree | 10d3aefa0fc1c74baeccbc456ce16e0d42816f17 /recipes/libetpan/files/libetpan-ldflags.patch | |
| parent | 43653cf44fc541bd55cb094392444a7faa7bb3be (diff) | |
| parent | 925dea6086bd5f7479eda0226f32bcd46ba025a1 (diff) | |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/libetpan/files/libetpan-ldflags.patch')
| -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 |
