http://bugs.openembedded.org/show_bug.cgi?id=1312





------- Comment #6 from [EMAIL PROTECTED]  2006-08-15 08:42 -------
with the additional linker instruction it worked ...
to be on the safe side I'll try again (rm -rf ./tmp && bitbake libvncserver).

Do you have an explenation for this? As bitbake.conf is also from OE
(unmodified) I do not see what could cause the difference in behaviour.

***
#
# old_revision [1ff32beada445909920b87b47caf45b75175bb14]
#
# patch "packages/libvncserver/libvncserver_0.8.2.bb"
#  from [ca9ccb91cb56eec04c5e1d1c48f07b67c5517235]
#    to [3b106a10415333ca8232ea8ba9bff7725dc2442d]
#
============================================================
--- packages/libvncserver/libvncserver_0.8.2.bb
ca9ccb91cb56eec04c5e1d1c48f07b67c5517235
+++ packages/libvncserver/libvncserver_0.8.2.bb
3b106a10415333ca8232ea8ba9bff7725dc2442d
@@ -6,7 +6,7 @@ PROVIDES = "x11vnc"
 SECTION = "libs"
 PRIORITY = "optional"
 PROVIDES = "x11vnc"
-DEPENDS = "virtual/libsdl virtual/libx11 zlib jpeg"
+DEPENDS = "virtual/libsdl virtual/libx11 libxext zlib jpeg"
 PR = "r2"

 SRC_URI =
"${SOURCEFORGE_MIRROR}/libvncserver/LibVNCServer-${PV}.tar.gz;md5sum=17a18e398af6c1730f72068022a152aa"
@@ -14,6 +14,8 @@ inherit autotools

 inherit autotools

+LDFLAGS += "-lstdc++"
+
 do_stage() {
     autotools_stage_all
 }


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe

Reply via email to