Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 17 years ago
parent
commit
8f424ca6dd
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      package/base/pciutils/no-ziped-pci-ids.patch

+ 11
- 0
package/base/pciutils/no-ziped-pci-ids.patch

@ -0,0 +1,11 @@
--- ./lib/configure.orig 2007-05-17 20:50:22.000000000 +0200
+++ ./lib/configure 2007-05-17 20:50:36.000000000 +0200
@@ -112,7 +112,7 @@
echo "$zlib (set manually)"
else
if [ -f /usr/include/zlib.h ] ; then
- zlib=yes
+ zlib=no # force unziped pci.ids file
else
zlib=no
fi

Loading…
Cancel
Save