Hi,

the following patch for debian/rules solved the problem for me:

--- debian/rules.orig  2006-01-15 14:24:15.892693250 +0100
+++ debian/rules 2006-01-15 13:58:28.728001500 +0100
@@ -22,6 +22,7 @@
    dh_testdir
 
    # Add here commands to compile the package.
+   cd ddcprobe; $(MAKE) ; cd -
    $(MAKE)
 
    # dccprobe/vesa stuff only works on i386


However then you will run into problems, compiling kudzu with gcc-4.0 (see 
also bugs #287244 and #321563). This patch makes the code compile again with 
gcc-4.0 on i386:

--- hwconf.c.orig 2006-01-15 14:26:22.132582750 +0100
+++ hwconf.c 2006-01-15 14:26:39.901693250 +0100
@@ -56,9 +56,7 @@
 int removedMouse = 0;
 
 static int rhgb = 0;
-static char *module_file = NULL;
 static char *kernel_ver = NULL;
-static float kernel_release;
 
 void startNewt()
 {


Regards
Holger Mense

-- 
Holger Mense

Attachment: signature.asc
Description: Digital signature

Reply via email to