From f9f0ee4279d568626bfc42bc5bb8390a1fbea472 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Wed, 17 Oct 2007 21:38:55 +0000 Subject: [PATCH] Forgot to make off_t 64 bit --- test/compile_xorriso.sh | 3 +++ test/xorriso_timestamp.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/test/compile_xorriso.sh b/test/compile_xorriso.sh index 1dc415fd..8551c91b 100755 --- a/test/compile_xorriso.sh +++ b/test/compile_xorriso.sh @@ -56,6 +56,7 @@ cc -I. -DXorriso_with_maiN -DXorriso_with_regeX -DXorriso_with_readlinE \ $static_opts \ $debug_opts \ $def_opts \ + $largefile_opts \ \ -DXorriso_build_timestamP='"'"$timestamp"'"' \ \ @@ -63,6 +64,8 @@ cc -I. -DXorriso_with_maiN -DXorriso_with_regeX -DXorriso_with_readlinE \ \ "$xorr"/xorriso.c \ \ + "$xorr"/xorrisoburn.c \ + \ "$burn"/async.o \ "$burn"/debug.o \ "$burn"/drive.o \ diff --git a/test/xorriso_timestamp.h b/test/xorriso_timestamp.h index a899b2df..b8be2c32 100644 --- a/test/xorriso_timestamp.h +++ b/test/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2007.10.17.200241" +#define Xorriso_timestamP "2007.10.17.213852"