wok view dvd+rw-tools/stuff/build-7.1.patch @ rev 7674

Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 17:16:06 2010 +0000 (2010-12-16)
parents
children
line source
1 --- dvd+rw-tools-7.1/growisofs.c Tue Mar 4 09:15:03 2008
2 +++ dvd+rw-tools-7.1-new/growisofs.c Wed Apr 22 21:57:43 2009
3 @@ -442,6 +442,7 @@
4 #include <sys/types.h>
5 #include <sys/stat.h>
6 #include <assert.h>
7 +#include <limits.h>
8 #include "mp.h"
10 #if defined(__unix) || defined(__unix__)
11 --- dvd+rw-tools-7.1/transport.hxx Sat Mar 1 10:34:43 2008
12 +++ dvd+rw-tools-7.1-new/transport.hxx Wed Apr 22 21:58:09 2009
13 @@ -145,6 +145,7 @@
14 #include <sys/wait.h>
15 #include <sys/utsname.h>
16 #include <scsi/sg.h>
17 +#include <limits.h>
18 #if !defined(SG_FLAG_LUN_INHIBIT)
19 # if defined(SG_FLAG_UNUSED_LUN_INHIBIT)
20 # define SG_FLAG_LUN_INHIBIT SG_FLAG_UNUSED_LUN_INHIBIT