aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-support/libetpan/files/libetpan-ldflags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-support/libetpan/files/libetpan-ldflags.patch')
-rw-r--r--recipes-support/libetpan/files/libetpan-ldflags.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/recipes-support/libetpan/files/libetpan-ldflags.patch b/recipes-support/libetpan/files/libetpan-ldflags.patch
deleted file mode 100644
index 438f44f..0000000
--- a/recipes-support/libetpan/files/libetpan-ldflags.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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