summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-04-26 10:11:35 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-04-26 10:11:35 +0000
commit09db991f86d95feffc36d6dfe067f272c816295c (patch)
treee63ef5274776c2cc8653c9da2954a45aa8317a41
parent4c18f28e094d09595ad7e7f2bd245bce42e1aabd (diff)
downloadpciutils-09db991f86d95feffc36d6dfe067f272c816295c.tar.gz
pciutils.morph: don't compress pci.ids
If ZLIB is yes, or undefined it may decide to compress pci.ids. This will cause problems for systemd, as it expects it to be uncompressed in its configure script.
-rw-r--r--pciutils.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/pciutils.morph b/pciutils.morph
index a63186c..5997e93 100644
--- a/pciutils.morph
+++ b/pciutils.morph
@@ -3,7 +3,7 @@
"kind": "chunk",
"build-system": "manual",
"configure-commands": [
- "make lib/config.mk",
+ "make ZLIB=no lib/config.mk",
"echo PREFIX=$PREFIX >>lib/config.mk",
"echo MANDIR=$PREFIX/share/man >>lib/config.mk"
],