Forgot to make off_t 64 bit
This commit is contained in:
parent
da510cfd0e
commit
5e7d775a16
@ -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 \
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2007.10.17.200241"
|
||||
#define Xorriso_timestamP "2007.10.17.213852"
|
||||
|
Loading…
Reference in New Issue
Block a user