From db07dc1d09605e6abe75d5a4307d6753d0eec574 Mon Sep 17 00:00:00 2001 From: Tomas Frydrych Date: Wed, 25 Apr 2007 08:00:33 +0000 Subject: recipes for libetpan and openssl from OE (needed for Claws Mail IMAP and ssl support) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1546 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/libetpan/files/honor-oe-lflags.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta/packages/libetpan/files/honor-oe-lflags.patch (limited to 'meta/packages/libetpan/files') diff --git a/meta/packages/libetpan/files/honor-oe-lflags.patch b/meta/packages/libetpan/files/honor-oe-lflags.patch new file mode 100644 index 0000000000..15a1535bfa --- /dev/null +++ b/meta/packages/libetpan/files/honor-oe-lflags.patch @@ -0,0 +1,16 @@ + +# +# Signed off by Michael 'Mickey' Lauer +# + +--- libetpan-0.46/configure.in~honor-oe-lflags ++++ libetpan-0.46/configure.in +@@ -361,7 +361,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 -- cgit v1.2.3