From: Graham Gower <graham.gower@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH] prboom_2.5.0.bb: fix compilation failure due to undefined references.
Date: Mon, 11 Oct 2010 16:53:32 +1030 [thread overview]
Message-ID: <4CB2AD64.90800@gmail.com> (raw)
Need to #define _GNU_SOURCE for sched.h to define CPU_ZERO/CPU_SET.
SDL/libsdldoom.a(i_system.o): In function `I_SetAffinityMask':
| i_system.c:(.text+0x7d4): undefined reference to `CPU_ZERO'
| i_system.c:(.text+0x7e8): undefined reference to `CPU_SET'
| collect2: ld returned 1 exit status
Signed-off-by: Graham Gower <graham.gower@gmail.com>
---
.../prboom-2.5.0/gnu_source_for_sched_h.patch | 12 ++++++++++++
recipes/prboom/prboom_2.5.0.bb | 3 ++-
2 files changed, 14 insertions(+), 1 deletions(-)
create mode 100644 recipes/prboom/prboom-2.5.0/gnu_source_for_sched_h.patch
diff --git a/recipes/prboom/prboom-2.5.0/gnu_source_for_sched_h.patch b/recipes/prboom/prboom-2.5.0/gnu_source_for_sched_h.patch
new file mode 100644
index 0000000..e77917a
--- /dev/null
+++ b/recipes/prboom/prboom-2.5.0/gnu_source_for_sched_h.patch
@@ -0,0 +1,12 @@
+Upstream: http://sourceforge.net/mailarchive/forum.php?thread_name=4CB2549C.2030100%40gmail.com&forum_name=prboom-devel
+
+--- prboom-2.5.0/src/SDL/i_system.c.orig 2010-10-11 09:58:02.000000000 +1030
++++ prboom-2.5.0/src/SDL/i_system.c 2010-10-11 09:59:16.000000000 +1030
+@@ -33,6 +33,7 @@
+ *-----------------------------------------------------------------------------
+ */
+
++#define _GNU_SOURCE
+ #include <stdio.h>
+
+ #include <stdarg.h>
diff --git a/recipes/prboom/prboom_2.5.0.bb b/recipes/prboom/prboom_2.5.0.bb
index 92a276d..13f3623 100644
--- a/recipes/prboom/prboom_2.5.0.bb
+++ b/recipes/prboom/prboom_2.5.0.bb
@@ -4,10 +4,11 @@ PRIORITY = "optional"
DEPENDS = "virtual/libsdl libsdl-mixer libsdl-net"
LICENSE = "GPL"
-PR = "r2"
+PR = "r3"
RRECOMMENDS_${PN} = "freedoom"
SRC_URI = "${SOURCEFORGE_MIRROR}/prboom/prboom-${PV}.tar.gz \
+ file://gnu_source_for_sched_h.patch \
"
inherit autotools
--
1.7.1
next reply other threads:[~2010-10-11 6:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-11 6:23 Graham Gower [this message]
2010-10-11 6:34 ` [PATCH] prboom_2.5.0.bb: fix compilation failure due to undefined references Frans Meulenbroeks
2010-10-11 9:24 ` Graham Gower
2010-10-11 11:30 ` Frans Meulenbroeks
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4CB2AD64.90800@gmail.com \
--to=graham.gower@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.