tags 403181 + patch
thanks

This patch adds zlib to the build, which should fix the problem.

Patch attached.

-- 
Regards,
Andreas Henriksson
diff -uriNp athcool-0.3.11/debian/control athcool-0.3.11-fixed/debian/control
--- athcool-0.3.11/debian/control       2006-12-15 11:55:39.000000000 +0100
+++ athcool-0.3.11-fixed/debian/control 2006-12-15 11:52:40.000000000 +0100
@@ -2,7 +2,7 @@ Source: athcool
 Section: misc
 Priority: extra
 Maintainer: Nicolas Boullis <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.19), pciutils-dev
+Build-Depends: debhelper (>= 4.0.19), pciutils-dev, zlib1g-dev
 Standards-Version: 3.6.2
 
 Package: athcool
diff -uriNp athcool-0.3.11/Makefile athcool-0.3.11-fixed/Makefile
--- athcool-0.3.11/Makefile     2005-06-18 06:07:17.000000000 +0200
+++ athcool-0.3.11-fixed/Makefile       2006-12-15 11:54:27.000000000 +0100
@@ -20,7 +20,7 @@ CFLAGS        = -O2 -Wall
 DEFS    = -I. -I$(includedir) -DPACKAGE=\"$(PACKAGE)\" -DVERSION=\"$(VERSION)\"
 #DEFS   += -DENABLE_FORCEID=1
 #DEFS   += -DDISABLE_WRITE_REG=1
-LIBS   = -lpci
+LIBS   = -lpci -lz
 
 ### rules ###
 

Reply via email to