summaryrefslogtreecommitdiffstats
path: root/meta/packages/libetpan/files
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/libetpan/files')
-rw-r--r--meta/packages/libetpan/files/honor-oe-lflags.patch16
1 files changed, 16 insertions, 0 deletions
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 @@
1
2#
3# Signed off by Michael 'Mickey' Lauer <mickey@Vanille.de>
4#
5
6--- libetpan-0.46/configure.in~honor-oe-lflags
7+++ libetpan-0.46/configure.in
8@@ -361,7 +361,7 @@
9 LDFLAGS="-$flag $LDFLAGS"
10 AC_TRY_LINK([], [pthread_create();],
11 [pthflag=yes; checkpthread=no],
12- [pthflag=no; LDFLAGS="$OLDCFLAGS"])
13+ [pthflag=no; LDFLAGS="$OLDFLAGS"])
14 AC_MSG_RESULT($pthflag)
15 fi
16 done