git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7afa5f9
)
freerdp: workaround gcc linking bug forcing -lpthread
author
Otavio Salvador
<otavio@ossystems.com.br>
Mon, 28 Feb 2011 19:57:24 +0000
(19:57 +0000)
committer
Otavio Salvador
<otavio@ossystems.com.br>
Sat, 12 Mar 2011 19:16:41 +0000
(19:16 +0000)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes/freerdp/freerdp.inc
patch
|
blob
|
history
diff --git
a/recipes/freerdp/freerdp.inc
b/recipes/freerdp/freerdp.inc
index
0690d6e
..
10ce13c
100644
(file)
--- a/
recipes/freerdp/freerdp.inc
+++ b/
recipes/freerdp/freerdp.inc
@@
-8,10
+8,15
@@
RDEPENDS_${PN} += "xprop"
SECTION = "x11/network"
LICENSE = "Apache-2.0"
-INC_PR = "r
6
"
+INC_PR = "r
7
"
inherit pkgconfig autotools
+do_configure_prepend() {
+ # workaround gcc linking bug
+ find ${S} -name 'Makefile.am' | xargs -n 1 sed 's,-pthread,-lpthread -D_REENTRANT,g' -i
+}
+
do_install_append() {
rm ${D}${libdir}/freerdp/*.a ${D}${libdir}/freerdp/*.la
}