mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1546 311d38ba-8fff-0310-9ca6-ca027cbcb966
17 lines
461 B
Diff
17 lines
461 B
Diff
|
|
#
|
|
# Signed off by Michael 'Mickey' Lauer <mickey@Vanille.de>
|
|
#
|
|
|
|
--- 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
|