From 7f55f6589427c6b75558c122dc34923a0c4148b3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 23 Mar 2009 05:32:39 +0100 Subject: [PATCH] pciutils: do not use a compressed pci.ids, otherwise hal won't find it. --HG-- extra : convert_revision : 513d955addcb3a889da09a6256a3794784d84a4a --- templates/pciutils/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/pciutils/template b/templates/pciutils/template index df23908c4e..905d0e3655 100644 --- a/templates/pciutils/template +++ b/templates/pciutils/template @@ -11,7 +11,6 @@ long_desc=" setting devices connected to the PCI bus." Add_dependency full glibc -Add_dependency full zlib Add_dependency build wget Add_dependency build which @@ -21,7 +20,7 @@ do_install() sed -i -e 's/^OPT=.*/OPT=-O2 -pipe -fPIC -DPIC/g' Makefile ./update-pciids.sh - make ZLIB=yes SHARED=yes DNS=no PREFIX=/usr SHAREDIR=/usr/share/hwdata \ + make ZLIB=no SHARED=yes DNS=no PREFIX=/usr SHAREDIR=/usr/share/hwdata \ MANDIR=/usr/share/man all || exit 1 make PREFIX=/usr DESTDIR=${DESTDIR} SHAREDIR=/usr/share/hwdata \ MANDIR=/usr/share/man install install-lib || exit 1