All of lore.kernel.org
 help / color / mirror / Atom feed
From: Clark Rawlins <clark.rawlins@escient.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] cdrtools fails to build with an external toolchain
Date: Sat, 02 Jan 2010 17:47:47 -0500	[thread overview]
Message-ID: <1262472467.23927.21.camel@venture> (raw)

cdrtools 2.10 fails to build with an error of "conflicting types
for `fexecve` cdrtools 2.10.01a70 has a fix in it that repairs the problem.
This change bumps the version of cdrtools to the latest alpha version
that includes this change.

Signed-off-by: Clark Rawlins <clark.rawlins@escient.com>
---
 target/iso9660/iso9660.mk |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/target/iso9660/iso9660.mk b/target/iso9660/iso9660.mk
index 94edf63..46d96f7 100644
--- a/target/iso9660/iso9660.mk
+++ b/target/iso9660/iso9660.mk
@@ -3,10 +3,10 @@
 # mkisofs to build to target iso9660 filesystems
 #
 #############################################################
-MKISOFS_SOURCE:=cdrtools-2.01.tar.bz2
+MKISOFS_SOURCE:=cdrtools-2.01.01a70.tar.bz2
 MKISOFS_CAT:=$(BZCAT)
-MKISOFS_SITE:=ftp://ftp.berlios.de/pub/cdrecord/
-MKISOFS_DIR:=$(BUILD_DIR)/cdrtools-2.01
+MKISOFS_SITE:=ftp://ftp.berlios.de/pub/cdrecord/alpha/
+MKISOFS_DIR:=$(BUILD_DIR)/cdrtools-2.01.01
 MKISOFS_TARGET=$(MKISOFS_DIR)/mkisofs/OBJ/$(HOST_ARCH)-linux-cc/mkisofs
 
 $(DL_DIR)/$(MKISOFS_SOURCE):
-- 
1.6.3.3

                 reply	other threads:[~2010-01-02 22:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1262472467.23927.21.camel@venture \
    --to=clark.rawlins@escient.com \
    --cc=buildroot@busybox.net \
    /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.