Browse Source

* modified pciutils to extract pci.ids to the correct location.

git-svn-id: svn://svn.opensde.net/opensde/package/trunk@21368 10447126-35f2-4685-b0cf-6dd780d3921f
early
Minto van der Sluis 18 years ago
parent
commit
51e06f754a
  1. 2
      base/pciutils/pciutils.conf

2
base/pciutils/pciutils.conf

@ -16,7 +16,7 @@ var_append makeopt ' ' "PREFIX=$root/$prefix"
var_append makeinstopt ' ' "PREFIX=$root/$prefix" var_append makeinstopt ' ' "PREFIX=$root/$prefix"
var_append makeinstopt ' ' "LIBDIR=$root$libdir" var_append makeinstopt ' ' "LIBDIR=$root$libdir"
hook_add postpatch 5 "bzcat $( match_source_file -p pci.ids- ) > pci.ids" hook_add postpatch 5 "bzcat $( match_source_file -p pci.ids- ) > $root$datadir/pci.ids"
if pkginstalled gzip; then if pkginstalled gzip; then
# HACK: LDFLAGS is used before the objects, so the given -lz is ignored # HACK: LDFLAGS is used before the objects, so the given -lz is ignored

Loading…
Cancel
Save