Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] cdrtools fails to build with an external toolchain
@ 2010-01-02 22:47 Clark Rawlins
  0 siblings, 0 replies; only message in thread
From: Clark Rawlins @ 2010-01-02 22:47 UTC (permalink / raw)
  To: buildroot

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-01-02 22:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-02 22:47 [Buildroot] [PATCH] cdrtools fails to build with an external toolchain Clark Rawlins

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox